Skip to content

Commit 5cd832e

Browse files
Bump actions/checkout from 3 to 4 (#1237)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...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 7da49eb commit 5cd832e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Check out code from Github
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424

2525
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
2626
id: python
@@ -83,7 +83,7 @@ jobs:
8383
plex: claimed
8484
steps:
8585
- name: Check out code from Github
86-
uses: actions/checkout@v3
86+
uses: actions/checkout@v4
8787

8888
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
8989
id: python
@@ -208,7 +208,7 @@ jobs:
208208
plex: claimed
209209
steps:
210210
- name: Check out code from GitHub
211-
uses: actions/checkout@v3
211+
uses: actions/checkout@v4
212212

213213
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
214214
id: python

.github/workflows/codeql.yml

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

4747
steps:
4848
- name: Checkout repository
49-
uses: actions/checkout@v3
49+
uses: actions/checkout@v4
5050

5151
# Initializes the CodeQL tools for scanning.
5252
- name: Initialize CodeQL

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout code
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121

2222
- name: Set up Python
2323
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)