Skip to content

Commit

Permalink
Merge pull request #3 from kainlite/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4

[Action]: bump actions/checkout from 2 to 4
  • Loading branch information
kainlite authored Jan 10, 2025
2 parents 468862a + a6ab482 commit 6d51f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
options: --security-opt seccomp=unconfined
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Generate code coverage
run: |
Expand Down

0 comments on commit 6d51f4d

Please sign in to comment.