Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.0 to 4.1.1 (#61)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.0...v4.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ben Lee <[email protected]>
  • Loading branch information
dependabot[bot] and Bencodes authored Mar 1, 2024
1 parent d016a25 commit 0d2bc71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout the sources"
uses: actions/[email protected].0
uses: actions/[email protected].1
- name: "Install JDK 11"
uses: actions/setup-java@v4
with:
Expand All @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout the sources"
uses: actions/[email protected].0
uses: actions/[email protected].1
- name: "Install JDK 11"
uses: actions/setup-java@v4
with:
Expand All @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout the sources"
uses: actions/[email protected].0
uses: actions/[email protected].1
- name: "Install JDK 11"
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 0d2bc71

Please sign in to comment.