Skip to content

Commit c7285e7

Browse files
chore(deps): update actions/checkout action to v6.0.1 (#639)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 650412f commit c7285e7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
permissions:
1313
id-token: write
1414
steps:
15-
- uses: actions/[email protected].0
15+
- uses: actions/[email protected].1
1616
- uses: actions/setup-python@v5
1717
with:
1818
python-version: '3.12'

.github/workflows/dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: 'Checkout Repository'
12-
uses: actions/[email protected].0
12+
uses: actions/[email protected].1
1313
- name: 'Dependency Review'
1414
uses: actions/[email protected]

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
1111

1212
steps:
13-
- uses: actions/[email protected].0
13+
- uses: actions/[email protected].1
1414
- uses: actions/setup-python@v5
1515
with:
1616
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)