Skip to content

Commit

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

---
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 May 13, 2024
1 parent a4dc839 commit dd0d94b
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 @@ -19,7 +19,7 @@ jobs:
uses: styfle/[email protected]

- name: Checkout Repository
uses: actions/[email protected].1
uses: actions/[email protected].5

- name: Setup Node
uses: actions/[email protected]
Expand All @@ -43,7 +43,7 @@ jobs:
uses: styfle/[email protected]

- name: Checkout Repository
uses: actions/[email protected].1
uses: actions/[email protected].5

- name: Setup Node
uses: actions/[email protected]
Expand All @@ -67,7 +67,7 @@ jobs:
uses: styfle/[email protected]

- name: Checkout Repository
uses: actions/[email protected].1
uses: actions/[email protected].5

- name: Setup Node.js
uses: actions/[email protected]
Expand Down

0 comments on commit dd0d94b

Please sign in to comment.