Skip to content

Commit

Permalink
[nfc] Switch to latest GitHub actions
Browse files Browse the repository at this point in the history
Bump all versions of GitHub actions used to their latest major versions.

Signed-off-by: Schuyler Eldridge <[email protected]>
  • Loading branch information
seldridge committed Nov 15, 2024
1 parent 201df32 commit f3b0034
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
contents: write
steps:
- name: "Checkout chipsalliance/firrtl-spec"
uses: actions/checkout@v3
uses: actions/checkout@v4
# We use `git describe` which requires tags
with:
fetch-depth: 0
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
path: build
retention-days: 1
- name: "Create Release If Tagged"
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
fail_on_unmatched_files: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
./scripts/get-contributors.sh -g ${{ secrets.GITHUB_TOKEN }} > include/contributors.json
- name: "Open PR If New Contributors"
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.CHISEL_BOT_TOKEN }}
branch: ci/update-contributors
Expand Down

0 comments on commit f3b0034

Please sign in to comment.