Skip to content

Commit

Permalink
Upgrade build action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
skieffer committed Jun 10, 2024
1 parent 5f846ec commit e365f60
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ on:
default: "WIP"
jobs:
build-test:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Build
uses: proofscape/pfsc-repo-build-action@v2
uses: proofscape/pfsc-repo-build-action@v3
with:
pise-vers: 0.30.1-a0
content-vers: ${{inputs.content-vers || 'WIP' }}

0 comments on commit e365f60

Please sign in to comment.