Skip to content

Commit 5751526

Browse files
Bump actions/checkout from 4 to 5 in the github-actions group
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0e5086b commit 5751526

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
python-version: ${{ matrix.py }}
3535

3636
- name: Checkout Code
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@v5
3838

3939
- name: Install tox-gh
4040
run: python -m pip install tox-gh
@@ -53,7 +53,7 @@ jobs:
5353

5454
steps:
5555
- name: Checkout Code
56-
uses: actions/checkout@v4
56+
uses: actions/checkout@v5
5757

5858
- name: Install dependencies
5959
run: |
@@ -91,7 +91,7 @@ jobs:
9191

9292
steps:
9393
- name: Checkout repository
94-
uses: actions/checkout@v4
94+
uses: actions/checkout@v5
9595

9696
- name: Initialize CodeQL
9797
uses: github/codeql-action/init@v3

.github/workflows/dependency-review.yml

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

1717
steps:
1818
- name: Checkout Code
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020

2121
- name: Dependency Review
2222
uses: actions/dependency-review-action@v4

.github/workflows/wiki.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout Code
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424
with:
2525
repository: ${{github.repository}}
2626
path: ${{github.repository}}
2727

2828
- name: Checkout Wiki
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030
with:
3131
repository: ${{github.repository}}.wiki
3232
path: ${{github.repository}}.wiki

0 commit comments

Comments
 (0)