Skip to content

Commit ffad5e2

Browse files
Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 76f6994 commit ffad5e2

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Check out code from Github
32-
uses: actions/checkout@v6
32+
uses: actions/checkout@v7
3333

3434
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
3535
id: python
@@ -102,7 +102,7 @@ jobs:
102102
plex: unclaimed
103103
steps:
104104
- name: Check out code from Github
105-
uses: actions/checkout@v6
105+
uses: actions/checkout@v7
106106

107107
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
108108
id: python
@@ -257,7 +257,7 @@ jobs:
257257
plex: unclaimed
258258
steps:
259259
- name: Check out code from GitHub
260-
uses: actions/checkout@v6
260+
uses: actions/checkout@v7
261261

262262
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
263263
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@v6
49+
uses: actions/checkout@v7
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@v6
20+
uses: actions/checkout@v7
2121

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

.github/workflows/refresh_token.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Check out code from Github
18-
uses: actions/checkout@v6
18+
uses: actions/checkout@v7
1919

2020
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
2121
id: python

0 commit comments

Comments
 (0)