Skip to content

Commit

Permalink
Merge pull request #5 from hihaho/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…heckout-4.1.1

Bump actions/checkout from 4.0.0 to 4.1.1
  • Loading branch information
SanderMuller authored Nov 22, 2023
2 parents d70359c + 88ffbb0 commit 308c99e
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/checkout@v4.0.0
- uses: actions/checkout@v4.1.1
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/checkout@v4.0.0
- uses: actions/checkout@v4.1.1
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/checkout@v4.0.0
- uses: actions/checkout@v4.1.1
with:
fetch-depth: 1

Expand Down

0 comments on commit 308c99e

Please sign in to comment.