Skip to content

Commit 8b1cf26

Browse files
Bump actions/checkout from 4.2.2 to 5.0.0 (#1220)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1314ad3 commit 8b1cf26

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
outputs:
1515
version: ${{ steps.vars.outputs.tag }}
1616
steps:
17-
- uses: actions/checkout@v4.2.2
17+
- uses: actions/checkout@v5.0.0
1818
- name: Get tag
1919
id: vars
2020
run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
@@ -77,7 +77,7 @@ jobs:
7777
packages: write
7878
needs: build-and-publish-pypi
7979
steps:
80-
- uses: actions/checkout@v4.2.2
80+
- uses: actions/checkout@v5.0.0
8181
- name: Log in to the GitHub container registry
8282
uses: docker/[email protected]
8383
with:

.github/workflows/test.yml

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

1717
steps:
1818
- name: Check out code from GitHub
19-
uses: actions/checkout@v4.2.2
19+
uses: actions/checkout@v5.0.0
2020
- name: Set up Python
2121
uses: actions/[email protected]
2222
with:
@@ -42,7 +42,7 @@ jobs:
4242

4343
steps:
4444
- name: Check out code from GitHub
45-
uses: actions/checkout@v4.2.2
45+
uses: actions/checkout@v5.0.0
4646
- name: Set up Python ${{ matrix.python-version }}
4747
uses: actions/[email protected]
4848
with:

0 commit comments

Comments
 (0)