Skip to content

Commit 0792b96

Browse files
authored
Merge pull request #69 from asmeurer/dependabot/github_actions/github-actions-decb2c4a46
Bump the github-actions group across 1 directory with 3 updates
2 parents 285261a + 84d4b0d commit 0792b96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
name: Check SDist
2020
steps:
2121
- uses: actions/checkout@v4
22-
- uses: actions/setup-python@v4
22+
- uses: actions/setup-python@v5
2323
with:
2424
python-version: 3.x
25-
- uses: pre-commit/[email protected].0
25+
- uses: pre-commit/[email protected].1
2626

2727
build:
2828
runs-on: ubuntu-latest
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- uses: actions/checkout@v4
3434
- name: Set up Python ${{ matrix.python-version }}
35-
uses: actions/setup-python@v4
35+
uses: actions/setup-python@v5
3636
with:
3737
python-version: ${{ matrix.python-version }}
3838
allow-prereleases: true

0 commit comments

Comments
 (0)