Skip to content

Commit c3e2bb6

Browse files
chore: bump actions/checkout from 6 to 7 (#382)
1 parent 974229a commit c3e2bb6

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- "3.14"
3030
runs-on: ${{ matrix.os }}
3131
steps:
32-
- uses: actions/checkout@v6
32+
- uses: actions/checkout@v7
3333

3434
- name: Install uv and set py version
3535
uses: astral-sh/setup-uv@v7

.github/workflows/mirror_gitlab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout full history
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v7
2323
with:
2424
fetch-depth: 0
2525
persist-credentials: false

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
if: github.event_name == 'release' && github.repository == 'sequence-toolbox/SeQUeNCe'
1414
steps:
15-
- uses: actions/checkout@v6
15+
- uses: actions/checkout@v7
1616
with:
1717
persist-credentials: true
1818
- name: Install uv
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
if: github.event_name == 'push' && github.repository == 'sequence-toolbox/SeQUeNCe'
3434
steps:
35-
- uses: actions/checkout@v6
35+
- uses: actions/checkout@v7
3636
with:
3737
persist-credentials: true
3838
- name: Install uv

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
client-id: ${{ vars.APP_CLIENT_ID }}
2424
private-key: ${{ secrets.APP_PRIVATE_KEY }}
2525
- name: Checkout Master
26-
uses: actions/checkout@v6
26+
uses: actions/checkout@v7
2727
with:
2828
fetch-depth: '0'
2929
token: ${{ steps.generate-token.outputs.token }}

0 commit comments

Comments
 (0)