Skip to content

Commit

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

Bump actions/checkout from 3.4.0 to 3.5.3
  • Loading branch information
sjkelly authored Jan 2, 2024
2 parents 934dee8 + 0120490 commit f8612ae
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.4.0
- uses: actions/checkout@v3.5.3
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-invalidations@v1
id: invs_pr

- uses: actions/checkout@v3.4.0
- uses: actions/checkout@v3.5.3
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.4.0
- uses: actions/checkout@v3.5.3
- uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.julia-version }}
Expand Down

0 comments on commit f8612ae

Please sign in to comment.