Skip to content

Commit 8b0a9d1

Browse files
authored
Merge branch 'master' into dependabot/github_actions/actions/setup-python-6
2 parents 7a9613e + ee973bc commit 8b0a9d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v6
1414
- uses: actions/setup-python@v6
1515
- run: pip install codespell
1616
- uses: ./
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v6
2828
- uses: actions/setup-python@v6
2929
- run: pip install git+https://github.com/codespell-project/codespell.git
3030
- uses: ./

0 commit comments

Comments
 (0)