Skip to content

Commit

Permalink
chore: bump github managed actions as node 16 is EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanhitt committed Nov 14, 2024
1 parent 2b9405d commit d250173
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
4 changes: 2 additions & 2 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ 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 }}
Expand Down

0 comments on commit d250173

Please sign in to comment.