Skip to content

Commit b6c350a

Browse files
Update actions/checkout action to v6
1 parent beb9348 commit b6c350a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/secretlint-only-on-changed-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-24.04
1111
steps:
1212
- name: checkout
13-
uses: actions/checkout@v5
13+
uses: actions/checkout@v6
1414
- uses: technote-space/get-diff-action@v6
1515
- name: setup Node.js
1616
uses: actions/setup-node@v4

.github/workflows/secretlint-via-docker-only-on-changed-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: "Secretlint via Docker only on changed files"
1010
runs-on: ubuntu-24.04
1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313
- uses: technote-space/get-diff-action@v6
1414
- name: Run secretlint command on docker
1515
uses: addnab/docker-run-action@v3

.github/workflows/secretlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-24.04
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v5
11+
uses: actions/checkout@v6
1212
- name: Setup Node.js
1313
uses: actions/setup-node@v4
1414
with:

0 commit comments

Comments
 (0)