Skip to content

Commit 8554688

Browse files
authored
Merge pull request #25 from pythonbpf/dependabot/github_actions/actions-6a14be197d
Bump the actions group with 2 updates
2 parents 28ce14c + 3e873f3 commit 8554688

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
name: Format
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
16-
- uses: actions/setup-python@v5
15+
- uses: actions/checkout@v5
16+
- uses: actions/setup-python@v6
1717
with:
1818
python-version: "3.x"
1919
- uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)