Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a004de0

Browse files
authoredJun 2, 2024··
Bump actions/checkout from 4.1.4 to 4.1.6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@0ad4b8f...a5ac7e5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 56e7ac0 commit a004de0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Clone the repository
14-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
14+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
1515
- name: Ensure SHA pinned actions
1616
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@19ebcb0babbd282ae1822a0b9c28f3f1f25cea45
1717

@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Clone the repository
24-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
24+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
2525
with:
2626
ref: ${{ github.head_ref }} # https://github.com/stefanzweifel/git-auto-commit-action#checkout-the-correct-branch
2727
- name: Get runs.using version

0 commit comments

Comments
 (0)
Please sign in to comment.