Skip to content

Commit 8143977

Browse files
chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 in the github-actions group (#1723)
1 parent 7074373 commit 8143977

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
linting:
2121
runs-on: blacksmith-2vcpu-ubuntu-2404
2222
steps:
23-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
23+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2424
with:
2525
persist-credentials: false
2626
- name: Install uv and set Python version
@@ -37,7 +37,7 @@ jobs:
3737
type-checking:
3838
runs-on: blacksmith-2vcpu-ubuntu-2404
3939
steps:
40-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
40+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
4141
with:
4242
persist-credentials: false
4343
- name: Install uv and set Python version
@@ -78,7 +78,7 @@ jobs:
7878

7979
name: Unit tests on Python ${{ matrix.python-version }}
8080
steps:
81-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
81+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
8282
with:
8383
persist-credentials: false
8484
- name: Install uv and set Python version
@@ -141,7 +141,7 @@ jobs:
141141

142142
name: ${{ matrix.job_name }}
143143
steps:
144-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
144+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
145145
with:
146146
persist-credentials: false
147147
- name: Install uv and set Python version

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
5656
steps:
5757
- name: Checkout repository
58-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
58+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
5959
with:
6060
persist-credentials: false
6161

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
INPUTS_CONFIRM_MAJOR: ${{ inputs.confirm_major }}
9191

9292
- name: Checkout repository
93-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
93+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
9494
with:
9595
fetch-depth: 0
9696
token: ${{ secrets.GH_ACCESS_TOKEN }}

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
security-events: write
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
25+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2626
with:
2727
persist-credentials: false
2828
- name: Run zizmor

0 commit comments

Comments
 (0)