Skip to content

Commit 841e125

Browse files
committed
CI: Update runs-on and checkout
1 parent 90e3f99 commit 841e125

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_pyromod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ on:
77

88
jobs:
99
release:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v6
1313
- name: Build pyromod
1414
run: |
1515
MOD_VERSION="$(jq .version mod.json | tr -d \")"

0 commit comments

Comments
 (0)