We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f49577d commit f298ec5Copy full SHA for f298ec5
.github/workflows/test.yaml
@@ -14,15 +14,15 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- name: Check out repository
17
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
18
- name: Install bpftool
19
uses: ./
20
21
test-authenticated:
22
23
24
25
26
27
28
with:
0 commit comments