Skip to content

Commit 250e0e3

Browse files
dependabot[bot]rafalkrupinski
authored andcommitted
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dcfea74 commit 250e0e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test_publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616

1717
- name: Set up Python
1818
uses: actions/setup-python@v5
@@ -50,7 +50,7 @@ jobs:
5050
run:
5151
shell: bash
5252
steps:
53-
- uses: actions/checkout@v4
53+
- uses: actions/checkout@v5
5454

5555
- name: Install Poetry
5656
uses: packetcoders/action-setup-cache-python-poetry@main
@@ -76,7 +76,7 @@ jobs:
7676

7777
steps:
7878
- name: Checkout repository
79-
uses: actions/checkout@v4
79+
uses: actions/checkout@v5
8080
- name: Install Poetry
8181
uses: packetcoders/action-setup-cache-python-poetry@main
8282
with:

0 commit comments

Comments
 (0)