Skip to content

Commit bd7464d

Browse files
Bump actions/checkout from 3.5.2 to 3.5.3 (#94)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.5.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8e5e7e5...c85c95e) --- 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>
1 parent 058dde5 commit bd7464d

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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
14+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
1515
- name: Ensure SHA pinned actions
1616
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@21991cec25093947ff3f62e4c223df0260c39944
1717

@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Clone the repository
24-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
24+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
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)