Skip to content

Commit e010989

Browse files
authored
Merge pull request #619 from pyvec/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 94f655f + 56a2051 commit e010989

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

0 commit comments

Comments
 (0)