Skip to content

Commit 5d3d7eb

Browse files
chore(deps): update actions/checkout action to v5
1 parent f49577d commit 5d3d7eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Check out repository
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818
- name: Install bpftool
1919
uses: ./
2020

2121
test-authenticated:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Check out repository
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626
- name: Install bpftool
2727
uses: ./
2828
with:

0 commit comments

Comments
 (0)