Skip to content

Commit 367faf4

Browse files
Bump actions/checkout from 4.1.6 to 4.1.7 (#3714)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@a5ac7e5...692973e) --- 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 1b26217 commit 367faf4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
housekeeping:
1515
runs-on: ubuntu-22.04
1616
steps:
17-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
17+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
1818

1919
- name: Set up Python
2020
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
@@ -55,7 +55,7 @@ jobs:
5555
matrix:
5656
python-version: [3.7, 3.8, 3.9, 3.10.6, 3.11.2]
5757
steps:
58-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
58+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
5959

6060
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
6161
with:

.github/workflows/issue-commenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Comments for every NEW issue.
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
12+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
1313

1414
- name: Read issue-comment.md
1515
id: issue-comment

.github/workflows/test-runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
test-runner:
1111
runs-on: ubuntu-22.04
1212
steps:
13-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
13+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
1414
- name: Run test-runner
1515
run: docker-compose run test-runner

0 commit comments

Comments
 (0)