Skip to content

Commit 155ec20

Browse files
committed
CI: Update software versions in GHA workflows
1 parent 0319de0 commit 155ec20

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Acquire sources
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222

2323
# Fixup for `setuptools_scm`
2424
# https://github.com/pypa/setuptools_scm/issues/480

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
release:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
with:
2323
fetch-depth: 0
2424
- name: tags
@@ -30,7 +30,7 @@ jobs:
3030
echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
3131
- name: install
3232
run: |
33-
go install github.com/github-release/github-release@100e8554
33+
go install github.com/github-release/github-release@0.10.0
3434
- name: release
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
'pypy-3.6', 'pypy-3.10',
3636
]
3737
steps:
38-
- uses: actions/checkout@v3
38+
- uses: actions/checkout@v4
3939

4040
- name: Setup Python
4141
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)