Skip to content

Commit f7e7d02

Browse files
authored
Merge pull request #591 from pyvec/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 3f82e6e + 2bd526e commit f7e7d02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212

1313
- name: Install Poetry
1414
run: pipx install poetry

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v5
2828

2929
- name: Install Poetry
3030
run: pipx install poetry

0 commit comments

Comments
 (0)