Skip to content

Commit

Permalink
chore(deps): bump actions/checkout in the actions group
Browse files Browse the repository at this point in the history
Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 4.2.1 to 4.2.2
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.2.1...v4.2.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and codeart1st committed Oct 24, 2024
1 parent 95f5d07 commit f24dc73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository and submodules
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
submodules: recursive

Expand All @@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository and submodules
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
submodules: recursive

Expand All @@ -72,7 +72,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository and submodules
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
submodules: recursive

Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository and submodules
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
submodules: recursive

Expand All @@ -128,7 +128,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository and submodules
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
submodules: recursive

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout repository and submodules
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
submodules: recursive
fetch-depth: 0
Expand Down

0 comments on commit f24dc73

Please sign in to comment.