Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent 72b4357 commit 69933a5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1

- name: find_branch_name
id: find_branch_name
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
powershell:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
- uses: pCYSl5EDgo/cat@master
id: read_recent
with:
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
bash-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
- uses: pCYSl5EDgo/cat@master
id: read_recent
with:
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
bash-macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
- uses: pCYSl5EDgo/cat@master
id: read_recent
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-to-newest-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
update-latest-issues:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
- name: update issues
id: updateIssues
run: bash ./script-for-using-latest-version.sh
Expand Down

0 comments on commit 69933a5

Please sign in to comment.