Skip to content

Commit 4450f97

Browse files
Bump actions/checkout from 6.0.0 to 6.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v6...v6.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9db0194 commit 4450f97

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# You can define any steps you want, and they will run before the agent starts.
2626
# If you do not check out your code, Copilot will do this for you.
2727
steps:
28-
- uses: actions/[email protected].0
28+
- uses: actions/[email protected].1
2929
with:
3030
persist-credentials: false
3131
- name: Setup Python

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
pull-requests: write
2121

2222
steps:
23-
- uses: actions/[email protected].0
23+
- uses: actions/[email protected].1
2424
- name: misspell # Check spelling
2525
uses: reviewdog/action-misspell@v1
2626
with:
@@ -43,7 +43,7 @@ jobs:
4343
permissions:
4444
security-events: write
4545
steps:
46-
- uses: actions/[email protected].0
46+
- uses: actions/[email protected].1
4747
- name: Setup Python
4848
uses: actions/setup-python@v6
4949
with:

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
nox-tag: test
4747
runs-on: ${{ matrix.os }}
4848
steps:
49-
- uses: actions/[email protected].0
49+
- uses: actions/[email protected].1
5050
- name: Setup Python ${{ matrix.python-version }}
5151
uses: actions/setup-python@v6
5252
with:
@@ -79,7 +79,7 @@ jobs:
7979
os: [ubuntu-latest, windows-latest]
8080
runs-on: ${{ matrix.os }}
8181
steps:
82-
- uses: actions/[email protected].0
82+
- uses: actions/[email protected].1
8383
- name: Setup Python
8484
uses: actions/setup-python@v6
8585
with:
@@ -104,7 +104,7 @@ jobs:
104104
needs: [test]
105105
runs-on: ubuntu-latest
106106
steps:
107-
- uses: actions/[email protected].0
107+
- uses: actions/[email protected].1
108108
with:
109109
persist-credentials: false
110110
- name: Setup Python

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Checkout
28-
uses: actions/[email protected].0
28+
uses: actions/[email protected].1
2929
- name: Setup Pages
3030
uses: actions/configure-pages@v5
3131
- name: Setup Python

.github/workflows/reuse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
reuse-check:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5 # v4.2.2
22+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.2.2
2323
with:
2424
persist-credentials: false
2525
- name: REUSE Compliance Check

.github/workflows/scorecard.yml

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

3333
steps:
3434
- name: "Checkout code"
35-
uses: actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5 # v3.1.0
35+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v3.1.0
3636
with:
3737
persist-credentials: false
3838

0 commit comments

Comments
 (0)