Skip to content

Commit d275e99

Browse files
authored
Merge pull request #7 from codespell-project/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 9ba2c57 + 67aa60b commit d275e99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@v3
13+
uses: actions/checkout@v4
1414
- uses: actions/setup-python@v4
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@v3
27+
uses: actions/checkout@v4
2828
- uses: actions/setup-python@v4
2929
- run: pip install git+https://github.com/codespell-project/codespell.git
3030
- uses: ./

0 commit comments

Comments
 (0)