Skip to content

Commit

Permalink
CI: Fixed Invalidations
Browse files Browse the repository at this point in the history
  • Loading branch information
stemann committed Apr 26, 2024
1 parent 5599699 commit 6966204
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/InvalidationFlagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ jobs:
steps:
- uses: julia-actions/setup-julia@v1
with:
version: 'nightly'
- uses: actions/checkout@v4.1.2
version: '1'
- uses: actions/checkout@v4
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-invalidations@v1
id: invs_pr

- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4
with:
ref: 'master'
- uses: julia-actions/julia-buildpkg@latest
Expand Down

0 comments on commit 6966204

Please sign in to comment.