Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 10, 2024
1 parent 02c9f19 commit 49aa97d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: repo checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: check
run: |
.github/scripts/check_projects.sh theories
Expand All @@ -34,7 +34,7 @@ jobs:
id: cpu-cores

- name: repo checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Initialise variables
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
id-token: write
steps:
- name: repo checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: container registry log in
uses: docker/login-action@v3
Expand Down

0 comments on commit 49aa97d

Please sign in to comment.