Skip to content

Commit

Permalink
Bump actions/checkout from 2 to 4 (#21)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 29, 2024
1 parent 68f91b5 commit 2e9700f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
arch: x64
downgrade: true
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
Expand All @@ -46,7 +46,7 @@ jobs:
name: Downgrade dependencies to oldest supported versions
- uses: julia-actions/julia-buildpkg@v1
- name: Clone posteriordb
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: stan-dev/posteriordb
path: 'posteriordb'
Expand All @@ -66,7 +66,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
with:
version: '1'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/UpdateArtifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- artifact_name: posteriordb
github_repo: stan-dev/posteriordb
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Get latest artifact release
id: latestrelease
uses: pozetroninc/github-action-get-latest-release@master
Expand Down

0 comments on commit 2e9700f

Please sign in to comment.