Skip to content

Commit

Permalink
Update actions versions to Node 20 (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold856 authored Jun 21, 2024
1 parent 5a6f27d commit 600046a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v2
- uses: gradle/actions/wrapper-validation@v3
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: sudo apt-get install -y libgtk2.0-0
if: runner.os == 'Linux'

- uses: wpilibsuite/import-signing-certificate@v1
- uses: wpilibsuite/import-signing-certificate@v2
with:
certificate-data: ${{ secrets.APPLE_CERTIFICATE_DATA }}
certificate-passphrase: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
Expand Down

0 comments on commit 600046a

Please sign in to comment.