Skip to content

Commit 31f952f

Browse files
authored
Merge pull request #572 from rogerbinns/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 859c9b5 + 3396768 commit 31f952f

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818

1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121

2222
- name: Build ${{ matrix.os }} ${{ matrix.pyver }}
2323
uses: pypa/cibuildwheel@v3.2
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737

3838
steps:
39-
- uses: actions/checkout@v4
39+
- uses: actions/checkout@v5
4040

4141
- name: Create source dist
4242
run: python setup.py sdist --for-pypi

.github/workflows/build-testpypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818

1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121

2222
- name: Build ${{ matrix.os }} ${{ matrix.pyver }}
2323
uses: pypa/cibuildwheel@v3.2
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737

3838
steps:
39-
- uses: actions/checkout@v4
39+
- uses: actions/checkout@v5
4040

4141
- name: Create source dist
4242
run: python setup.py sdist --for-pypi

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
5959
steps:
6060
- name: Checkout repository
61-
uses: actions/checkout@v4
61+
uses: actions/checkout@v5
6262

6363
# Initializes the CodeQL tools for scanning.
6464
- name: Initialize CodeQL

0 commit comments

Comments
 (0)