Skip to content

Commit d3fc890

Browse files
chore(deps): update actions/checkout action to v6 (#41)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e02806f commit d3fc890

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/deploy_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Deploy docs
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v6
1414

1515
- name: Install python 3.11
1616
uses: actions/setup-python@v4

.github/workflows/release_pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id-token: write
1717

1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v6
2020
- name: Set up Python
2121
uses: actions/setup-python@v4
2222
with:

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- "3.12"
2323
- "3.13"
2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v6
2626

2727
- name: Install python ${{ matrix.python-version }}
2828
uses: actions/setup-python@v4
@@ -58,7 +58,7 @@ jobs:
5858
name: Formatting check
5959
runs-on: ubuntu-latest
6060
steps:
61-
- uses: actions/checkout@v4
61+
- uses: actions/checkout@v6
6262
with:
6363
# Full git history is needed to get a proper list of changed test_files within `super-linter`
6464
fetch-depth: 0
@@ -89,7 +89,7 @@ jobs:
8989
name: Test docs
9090
runs-on: ubuntu-latest
9191
steps:
92-
- uses: actions/checkout@v3
92+
- uses: actions/checkout@v6
9393

9494
- name: Install python 3.11
9595
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)