Skip to content

Commit 76b0e77

Browse files
authored
Merge pull request #624 from bckohan/master
Update GHA versions
2 parents 8290ca5 + 62fb809 commit 76b0e77

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
Lint:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
16-
- uses: actions/setup-python@v4
15+
- uses: actions/checkout@v4
16+
- uses: actions/setup-python@v5
1717
with:
1818
python-version: "3.11"
19-
- uses: pre-commit/[email protected].0
19+
- uses: pre-commit/[email protected].1

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- run: sudo apt-get update && sudo apt-get install -y --no-install-recommends gettext
2121
- run: pip install -U build
2222
- run: python -m build
23-
- uses: actions/upload-artifact@v3
23+
- uses: actions/upload-artifact@v4
2424
with:
2525
name: dist
2626
path: dist/

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- run: sudo apt-get update && sudo apt-get install -y --no-install-recommends gettext
1818
- run: pip install -U build
1919
- run: python -m build
20-
- uses: actions/upload-artifact@v3
20+
- uses: actions/upload-artifact@v4
2121
with:
2222
name: dist
2323
path: dist/

0 commit comments

Comments
 (0)