Skip to content

Commit 532615f

Browse files
[Tech] Bump actions/checkout from 5 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0c611a1 commit 532615f

5 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/cicd-app.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
java-version: 21
8282

8383
- name: Checkout
84-
uses: actions/checkout@v5
84+
uses: actions/checkout@v7
8585

8686
- name: Unit test
8787
run: make test-back
@@ -95,7 +95,7 @@ jobs:
9595
PUPPETEER_SKIP_DOWNLOAD: "true"
9696
steps:
9797
- name: Checkout
98-
uses: actions/checkout@v5
98+
uses: actions/checkout@v7
9999

100100
- name: Setup Node.js
101101
uses: actions/setup-node@v6
@@ -141,7 +141,7 @@ jobs:
141141
run: echo "VERSION:${{ env.VERSION }} ENV_PROFILE:${{ env.ENV_PROFILE }}"
142142

143143
- name: Checkout
144-
uses: actions/checkout@v5
144+
uses: actions/checkout@v7
145145

146146
- name: Set up Docker Buildx
147147
id: buildx
@@ -210,7 +210,7 @@ jobs:
210210
PUPPETEER_SKIP_DOWNLOAD: "true"
211211
steps:
212212
- name: Checkout
213-
uses: actions/checkout@v5
213+
uses: actions/checkout@v7
214214

215215
- name: Download image
216216
uses: ishworkh/container-image-artifact-download@v2.1.0
@@ -269,7 +269,7 @@ jobs:
269269
PUPPETEER_SKIP_DOWNLOAD: "true"
270270
steps:
271271
- name: Checkout
272-
uses: actions/checkout@v5
272+
uses: actions/checkout@v7
273273

274274
- uses: browser-actions/setup-chrome@v2
275275
with:
@@ -317,7 +317,7 @@ jobs:
317317
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
318318
steps:
319319
- name: Checkout
320-
uses: actions/checkout@v5
320+
uses: actions/checkout@v7
321321
with:
322322
fetch-depth: 100
323323

@@ -361,7 +361,7 @@ jobs:
361361
VERSION: ${{needs.version.outputs.VERSION}}
362362
steps:
363363
- name: Checkout
364-
uses: actions/checkout@v5
364+
uses: actions/checkout@v7
365365

366366
- name: Download image
367367
uses: ishworkh/container-image-artifact-download@v2.1.0

.github/workflows/cicd-database.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
# packages: write
1313
# steps:
1414
# - name: Checkout
15-
# uses: actions/checkout@v5
15+
# uses: actions/checkout@v7
1616
#
1717
# - name: Set IMAGE_TAG
1818
# run: echo "IMAGE_TAG=ghcr.io/mtes-mct/monitorenv/monitorenv-database:pg11-ts1.7.4-postgis3.3.2" >> $GITHUB_ENV
@@ -74,7 +74,7 @@ jobs:
7474
packages: write
7575
steps:
7676
- name: Checkout
77-
uses: actions/checkout@v5
77+
uses: actions/checkout@v7
7878

7979
- name: Set IMAGE_TAG
8080
run: echo "IMAGE_TAG=ghcr.io/mtes-mct/monitorenv/monitorenv-database:pg${{ matrix.pg_major }}-postgis${{ matrix.postgis_version }}-timescale${{ matrix.timescaledb_version }}-contrib" >> $GITHUB_ENV
@@ -122,7 +122,7 @@ jobs:
122122
# packages: write
123123
# steps:
124124
# - name: Checkout
125-
# uses: actions/checkout@v5
125+
# uses: actions/checkout@v7
126126
#
127127
# - name: Set IMAGE_TAG
128128
# run: echo "IMAGE_TAG=ghcr.io/mtes-mct/monitorenv/monitorenv-database-upgrade:pg${{ matrix.from_pg_major }}_to_pg${{ matrix.to_pg_major }}-postgis${{ matrix.postgis_version }}" >> $GITHUB_ENV

.github/workflows/cicd-datapipeline-prefect3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
packages: write
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v5
24+
uses: actions/checkout@v7
2525

2626
- name: Get last release version
2727
id: lastrelease

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout repository
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v7
2828

2929
- name: Initialize CodeQL
3030
uses: github/codeql-action/init@v4

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
contents: read
1313
packages: write
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v7
1616
- uses: actions/setup-java@v5.2.0
1717
with:
1818
java-version: "17"

0 commit comments

Comments
 (0)