Skip to content

Commit 9255ab1

Browse files
renovate[bot]BuckarooBanzay
authored andcommitted
Update actions/checkout action to v6
1 parent 2d2d22a commit 9255ab1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
timeout-minutes: 10
1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414
- name: Prepare environment
1515
run: |
1616
id

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v5
9+
- uses: actions/checkout@v6
1010
- name: validate config
1111
run: docker compose config -q

0 commit comments

Comments
 (0)