Skip to content

Commit 5ccddf6

Browse files
chore(deps): bump actions/checkout from 4 to 5 (#981)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' 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>
1 parent 82cc0bc commit 5ccddf6

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/acceptance-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
id-token: write
5252
if: github.event.action != 'closed' && needs.check-deploy.outputs.deploy == 'true'
5353
steps:
54-
- uses: actions/checkout@v4.2.2
54+
- uses: actions/checkout@v5
5555
with:
5656
repository: SwissDataScienceCenter/renku
5757
sparse-checkout: |

.github/workflows/save_cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
DEVCONTAINER_IMAGE_CACHE: ghcr.io/swissdatasciencecenter/renku-data-services/devcontainer
1818

1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
with:
2222
fetch-depth: 0
2323
- name: Login to Docker Hub

.github/workflows/test_publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
image_repository: ${{ steps.docker_image.outputs.image_repository }}
2929
image_tag: ${{ steps.docker_image.outputs.image_tag }}
3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v5
3232
with:
3333
fetch-depth: 0
3434
- name: Docker image metadata
@@ -74,7 +74,7 @@ jobs:
7474
needs:
7575
- build-devcontainer
7676
steps:
77-
- uses: actions/checkout@v4
77+
- uses: actions/checkout@v5
7878
with:
7979
fetch-depth: 0
8080
- uses: actions/cache/restore@v4
@@ -101,7 +101,7 @@ jobs:
101101
- build-devcontainer
102102
- style-checks
103103
steps:
104-
- uses: actions/checkout@v4
104+
- uses: actions/checkout@v5
105105
with:
106106
fetch-depth: 0
107107
- uses: actions/cache/restore@v4
@@ -150,7 +150,7 @@ jobs:
150150
- build-devcontainer
151151
- style-checks
152152
steps:
153-
- uses: actions/checkout@v4
153+
- uses: actions/checkout@v5
154154
with:
155155
fetch-depth: 0
156156
- uses: actions/cache/restore@v4
@@ -237,7 +237,7 @@ jobs:
237237
name: data-tasks
238238
steps:
239239
- name: Checkout
240-
uses: actions/checkout@v4
240+
uses: actions/checkout@v5
241241
- name: Docker meta ${{ matrix.service }}
242242
id: meta
243243
uses: docker/metadata-action@v5

0 commit comments

Comments
 (0)