Skip to content

Commit

Permalink
Merge pull request #14 from hihaho/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-4.1.3

Bump actions/checkout from 4.1.2 to 4.1.3
  • Loading branch information
SanderMuller authored Apr 20, 2024
2 parents 17fb7f3 + 9aad817 commit 8c56c11
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analyzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
analyze:
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
fetch-depth: 1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
pint:
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
fetch-depth: 1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
run_tests:
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
fetch-depth: 1

Expand Down

0 comments on commit 8c56c11

Please sign in to comment.