Skip to content

Commit

Permalink
Merge pull request #52 from dylanhitt/chore/bump-ci-actions
Browse files Browse the repository at this point in the history
chore: bump github managed actions as node 16 is EOL
  • Loading branch information
NSEcho authored Nov 17, 2024
2 parents 2b9405d + 46b01a4 commit b6c9fbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
env:
GOEXPERIMENT: cgocheck2
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '^1.22.x'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
frida_version: ["16.3.3"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- uses: ./.github/actions/install-frida-devkit
with:
arch: ${{ matrix.arch }}
os: ${{ matrix.os }}
version: ${{ matrix.frida_version }}
- run: go install honnef.co/go/tools/cmd/staticcheck@2023.1.6
- run: go install honnef.co/go/tools/cmd/staticcheck@2024.1.1
- run: ~/go/bin/staticcheck -checks all ./frida

0 comments on commit b6c9fbc

Please sign in to comment.