Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.5 to 4.1.7
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.5...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and scholarsmate committed Sep 17, 2024
1 parent fadf41d commit 817221d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
############################################################

- name: Check out Repository
uses: actions/[email protected].5
uses: actions/[email protected].7

- name: Setup Java
uses: actions/[email protected]
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
############################################################

- name: Check out Repository
uses: actions/[email protected].5
uses: actions/[email protected].7
with:
fetch-depth: 0

Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
############################################################

- name: Check out Repository
uses: actions/[email protected].5
uses: actions/[email protected].7

- name: Setup Java
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
############################################################

- name: Check out Repository
uses: actions/[email protected].5
uses: actions/[email protected].7

- name: Setup Java
uses: actions/[email protected]
Expand Down

0 comments on commit 817221d

Please sign in to comment.