Skip to content

Commit e7dae1d

Browse files
⬆️ Bump actions/checkout from 6 to 7 in the actions group (#208)
Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7bb87b7 commit e7dae1d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release-guild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
permissions:
1010
id-token: write
1111
steps:
12-
- uses: actions/checkout@v6
12+
- uses: actions/checkout@v7
1313

1414
- name: Setup Python environment
1515
uses: ./.github/actions/setup-python

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
id-token: write
1313
contents: write
1414
steps:
15-
- uses: actions/checkout@v6
15+
- uses: actions/checkout@v7
1616

1717
- name: Setup Python environment
1818
uses: ./.github/actions/setup-python

.github/workflows/ruff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Ruff Lint
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v6
19+
- uses: actions/checkout@v7
2020

2121
- name: Run Ruff Lint
2222
uses: astral-sh/ruff-action@v3

0 commit comments

Comments
 (0)