Skip to content

Commit

Permalink
Merge pull request #3 from toepproj/build-action-v3
Browse files Browse the repository at this point in the history
Upgrade to build action v3
  • Loading branch information
skieffer authored Jun 8, 2024
2 parents a08a4b5 + 18ac3d6 commit f66c021
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.0
content-vers: ${{inputs.content-vers || 'WIP' }}

0 comments on commit f66c021

Please sign in to comment.