Skip to content

Commit 83b1f96

Browse files
Bump actions/checkout from 5.0.0 to 5.0.1 (#1286)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6083e27 commit 83b1f96

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/[email protected].0
17+
- uses: actions/[email protected].1
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/[email protected].0
80+
- uses: actions/[email protected].1
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/[email protected].0
19+
uses: actions/[email protected].1
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/[email protected].0
45+
uses: actions/[email protected].1
4646
- name: Set up Python ${{ matrix.python-version }}
4747
uses: actions/[email protected]
4848
with:

0 commit comments

Comments
 (0)