Skip to content

Commit bb9b10e

Browse files
authored
Merge pull request #212 from HashLoad/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents cfdc1a4 + 65adade commit bb9b10e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: lint
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
- uses: jdx/mise-action@v3
1616
- uses: actions/setup-python@v6
1717
with:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919
with:
2020
fetch-depth: 0
2121

@@ -41,7 +41,7 @@ jobs:
4141
needs: goreleaser
4242
steps:
4343
- name: Checkout
44-
uses: actions/checkout@v5
44+
uses: actions/checkout@v6
4545
with:
4646
fetch-depth: 0
4747
- uses: actions/download-artifact@v7

0 commit comments

Comments
 (0)