Skip to content

Commit 49b8037

Browse files
build(deps): bump actions/checkout from 4.1.1 to 4.2.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.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@b4ffde6...11bd719) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 329dd7f commit 49b8037

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
cancel-in-progress: true
2323
environment: code
2424
steps:
25-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
25+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2626
with:
2727
token: ${{ secrets.GITHUB_TOKEN }}
2828
submodules: recursive

.github/workflows/push-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
group: ${{ github.workflow }}-${{ github.ref }}
1515
steps:
1616
- name: ⤵️ Check out code from GitHub
17-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
17+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1818
- name: ♻️ Prepare
1919
run: |
2020
command mkdir -p gh-pages/code gh-pages/zsh

0 commit comments

Comments
 (0)