Skip to content

Commit 9b4e698

Browse files
chore(deps): update actions/checkout action to v7 (#274)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 17bd78d commit 9b4e698

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codespell.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout Code
14-
uses: actions/checkout@v6
14+
uses: actions/checkout@v7
1515
- name: Codespell
1616
uses: codespell-project/actions-codespell@master
1717
with:

.github/workflows/release.yaml

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

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v7
2323
with:
2424
fetch-depth: 0
2525

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
GO111MODULE: on
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
12+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
1313

1414
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
1515
with:
@@ -33,7 +33,7 @@ jobs:
3333
name: Test with PostgreSQL ${{ matrix.postgres-version }}
3434
steps:
3535
- name: Checkout
36-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
36+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
3737
with:
3838
fetch-depth: 0
3939

0 commit comments

Comments
 (0)