Skip to content

Commit fe7d231

Browse files
authored
Merge pull request #602 from pyvec/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 1552f7e + 8890ad0 commit fe7d231

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@v5
11+
- uses: actions/checkout@v6
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@v5
27+
uses: actions/checkout@v6
2828

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

0 commit comments

Comments
 (0)