Skip to content

Commit dbdd308

Browse files
authored
Merge pull request #34 from techouse/dependabot/github_actions/actions/checkout-6
⬆️ Bump actions/checkout from 5 to 6
2 parents 9d5c265 + 6fe392b commit dbdd308

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
docs:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
- uses: actions/setup-python@v6
2222
with:
2323
python-version: "3.x"

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
id-token: write
2929
contents: write
3030
steps:
31-
- uses: actions/checkout@v5
31+
- uses: actions/checkout@v6
3232
- name: Compare package version with ref/tag
3333
id: compare
3434
run: |

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: "Analyze"
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@v5
28+
- uses: actions/checkout@v6
2929
- name: Set up Python
3030
uses: actions/setup-python@v6
3131
with:
@@ -65,7 +65,7 @@ jobs:
6565
- toxenv: "pypy3.11"
6666
py: "pypy-3.11"
6767
steps:
68-
- uses: actions/checkout@v5
68+
- uses: actions/checkout@v6
6969
- name: Set up Python ${{ matrix.py }}
7070
uses: actions/setup-python@v6
7171
with:
@@ -109,7 +109,7 @@ jobs:
109109
needs: analyze
110110
runs-on: ubuntu-latest
111111
steps:
112-
- uses: actions/checkout@v5
112+
- uses: actions/checkout@v6
113113
- name: Set up Python
114114
uses: actions/setup-python@v6
115115
with:

0 commit comments

Comments
 (0)