Skip to content

Commit

Permalink
use v4 checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
brycekahle committed Sep 28, 2023
1 parent a380daa commit 11bb84d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout BTFHub Archive
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: aquasecurity/btfhub-archive
path: archive
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
# gh auth login --with-token <<<'${{ secrets.PAT_RAFAEL }}'

- name: Check out BTFHub
uses: actions/checkout@v3
uses: actions/checkout@v4
# with:
# token: ${{ secrets.PAT_RAFAEL }}

Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
# gh auth login --with-token <<<'${{ secrets.PAT_RAFAEL }}'
#
- name: Check out BTFHub
uses: actions/checkout@v3
uses: actions/checkout@v4
# token: ${{ secrets.PAT_RAFAEL }}
#
- name: Install pahole
Expand Down

0 comments on commit 11bb84d

Please sign in to comment.