Skip to content

Commit d0bc927

Browse files
build(deps): bump actions/checkout from 4.1.7 to 4.2.0 (exercism#193)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@692973e...d632683) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 15a0156 commit d0bc927

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/check-no-important-files-changed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-22.04
2222
steps:
2323
- name: Checkout code
24-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
24+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
2525
with:
2626
repository: ${{ inputs.repository }}
2727
ref: ${{ inputs.ref }}

.github/workflows/configlet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-22.04
2323
steps:
2424
- name: Checkout code
25-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
25+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
2626

2727
- name: Fetch configlet
2828
uses: exercism/github-actions/configlet-ci@main

.github/workflows/docker-build-push-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
steps:
6464
- name: Checkout code
65-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
65+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
6666
with:
6767
# Never deploy from non-main branches
6868
ref: main

.github/workflows/keep-alive.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: Checkout code
30-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
30+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
3131
with:
3232
repository: exercism/${{ inputs.repository || github.event.inputs.repository }}
3333
token: ${{ secrets.pat_empty_commits }}

.github/workflows/labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-22.04
1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
15+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
1616

1717
- name: Sync labels
1818
uses: micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-22.04
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
15+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
1616

1717
- name: Run shellcheck
1818
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38

0 commit comments

Comments
 (0)