Skip to content

Commit

Permalink
Merge pull request #65 from JuliaIO/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4.1.2

Bump actions/checkout from 3.5.3 to 4.1.2
  • Loading branch information
sjkelly authored Mar 22, 2024
2 parents f8612ae + 097c878 commit deb2972
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/InvalidationFlagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
- uses: julia-actions/setup-julia@v1
with:
version: 'nightly'
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v4.1.2
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-invalidations@v1
id: invs_pr

- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v4.1.2
with:
ref: 'master'
- uses: julia-actions/julia-buildpkg@latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
julia-arch: x86

steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v4.1.2
- uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.julia-version }}
Expand Down

0 comments on commit deb2972

Please sign in to comment.