Skip to content

Commit

Permalink
Bump actions/checkout from 2 to 4
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and lwesterhof committed Mar 26, 2024
1 parent 7050c6f commit cd4bebe
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-image-davrods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id: extract_branch

- name: Check out Yoda repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: yoda
repository: UtrechtUniversity/yoda
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-push-image-eus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id: extract_branch

- name: Check out Yoda repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: yoda
repository: UtrechtUniversity/yoda
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-push-image-mailpit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id: extract_branch

- name: Check out Yoda repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: yoda
repository: UtrechtUniversity/yoda
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-push-image-portal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id: extract_branch

- name: Check out Yoda repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: yoda
repository: UtrechtUniversity/yoda
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-push-image-provider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
id: extract_branch

- name: Check out Yoda repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: yoda
repository: UtrechtUniversity/yoda
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-push-image-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
id: extract_branch

- name: Check out Yoda repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: yoda
repository: UtrechtUniversity/yoda
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-push-image-web-mock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id: extract_branch

- name: Check out Yoda repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: yoda
repository: UtrechtUniversity/yoda
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: jbergstroem/hadolint-gh-action@v1
with:
config_file: docker/hadolint.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Cache Ruby dependencies across runs, in order to speed up jobs
- uses: actions/cache@v4
Expand Down

0 comments on commit cd4bebe

Please sign in to comment.