Skip to content

Commit e42226f

Browse files
Bump actions/checkout from 5 to 6 in /.github/workflows
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2ae7c8b commit e42226f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docker-security.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: 🧾 Checkout
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323

2424
- name: 🔨 Build Docker Image
2525
run: |
@@ -113,7 +113,7 @@ jobs:
113113

114114
steps:
115115
- name: 🧾 Checkout
116-
uses: actions/checkout@v5
116+
uses: actions/checkout@v6
117117

118118
- name: 🔍 Run Hadolint (Dockerfile Linter)
119119
uses: hadolint/[email protected]
@@ -167,7 +167,7 @@ jobs:
167167

168168
steps:
169169
- name: 🧾 Checkout
170-
uses: actions/checkout@v5
170+
uses: actions/checkout@v6
171171

172172
- name: 🔨 Build Docker Image
173173
run: |

.github/workflows/tests.yml

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

99
steps:
1010
- name: 🧾 Checkout
11-
uses: actions/checkout@v5
11+
uses: actions/checkout@v6
1212

1313
- name: ⚙️ Setup BATS
1414
run: ./setup-bats.sh

0 commit comments

Comments
 (0)