Skip to content

Commit 1208ba4

Browse files
committed
Bump GitHub Actions & Python versions
1 parent 15580ed commit 1208ba4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
self-test-happy-path:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v6
1414
with:
1515
repository: PeterJCLaw/dummy-comp
1616
ref: 811452ba69bfa839fc6e80b40e8d6d3ceae8067d
1717

18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v6
1919
with:
2020
path: srcomp-validate-action
2121

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
validate:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v6
2323
- uses: PeterJCLaw/srcomp-validate-action@v0.7
2424
```

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ runs:
1414
echo "directory=${tempdir}" >> $GITHUB_OUTPUT
1515
1616
- name: Set up Python
17-
uses: actions/setup-python@v4
17+
uses: actions/setup-python@v6
1818
with:
19-
python-version: '3.10'
19+
python-version: '3.14'
2020
cache: pip
2121
cache-dependency-path: ${{ steps.copy-requirements.outputs.directory }}/**requirements.txt
2222

0 commit comments

Comments
 (0)