Skip to content

Commit 74422c9

Browse files
Bump actions/checkout from 2 to 4 (#85)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 18d330a commit 74422c9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
env:
1717
GITHUB_CONTEXT: ${{ toJson(github) }}
1818
run: echo "$GITHUB_CONTEXT"
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
- name: Set up Python
2121
uses: actions/setup-python@v4
2222
with:
@@ -52,7 +52,7 @@ jobs:
5252
env:
5353
GITHUB_CONTEXT: ${{ toJson(github) }}
5454
run: echo "$GITHUB_CONTEXT"
55-
- uses: actions/checkout@v2
55+
- uses: actions/checkout@v4
5656
- name: Set up Python
5757
uses: actions/setup-python@v2
5858
with:

.github/workflows/test-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
env:
2020
GITHUB_CONTEXT: ${{ toJson(github) }}
2121
run: echo "$GITHUB_CONTEXT"
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v4
2323
- name: Set up Python
2424
uses: actions/setup-python@v2
2525
with:
@@ -58,7 +58,7 @@ jobs:
5858
env:
5959
GITHUB_CONTEXT: ${{ toJson(github) }}
6060
run: echo "$GITHUB_CONTEXT"
61-
- uses: actions/checkout@v2
61+
- uses: actions/checkout@v4
6262
- name: Set up Python
6363
uses: actions/setup-python@v2
6464
with:

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
shell: bash
2626

2727
steps:
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v4
2929
- name: Set up Python
3030
uses: actions/setup-python@v4
3131
with:

0 commit comments

Comments
 (0)