Skip to content

Commit 0a9ddee

Browse files
Update actions/checkout action to v6
1 parent d8ae06b commit 0a9ddee

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/test-secret-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v4
10+
uses: actions/checkout@v6
1111
with:
1212
fetch-depth: 1
1313
- name: Checkout Test Data
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515
with:
1616
repository: trufflesecurity/test_keys
1717
path: test_keys

python-format/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
run-formatter:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v6
1313
- uses: actions/setup-python@v5
1414
with:
1515
python-version: 3.13.3

python-lint/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
run-linter:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v6
1313
- uses: actions/setup-python@v5
1414
with:
1515
python-version: 3.13.3

0 commit comments

Comments
 (0)