Skip to content

Commit c5ecb1b

Browse files
ci(github-action)!: Update actions/checkout action (v4 → v6)
| datasource | package | from | to | | ----------- | ---------------- | ---- | -- | | github-tags | actions/checkout | v4 | v6 |
1 parent bd5f3c0 commit c5ecb1b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
sudo apt-get install -y qemu-user-static
4242
4343
- name: Checkout repository
44-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
44+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4545

4646
- name: Setup environment variables
4747
run: |

.github/workflows/build-pg-verein-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
postgres: ${{ steps.postgres_version.outputs.POSTGRES_VERSION }}
2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
23+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2424

2525
- name: Get Postgres version
2626
id: postgres_version

.github/workflows/build-pg-verein.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
postgres: ${{ steps.postgres_version.outputs.POSTGRES_VERSION }}
2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
23+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2424

2525
- name: Get Postgres version
2626
id: postgres_version

.github/workflows/deploy-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
steps:
3838
- name: Checkout repository
39-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
39+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4040

4141
- name: Setup Pages
4242
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5

0 commit comments

Comments
 (0)