Skip to content

Commit ece5683

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

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: ⤵️ Check out code from GitHub
21-
uses: actions/checkout@v6.0.1
21+
uses: actions/checkout@v6.0.2
2222
- name: 🚀 Sort test response data
2323
run: |
2424
find './tests/response' \

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: ⤵️ Check out code from GitHub
18-
uses: actions/checkout@v6.0.1
18+
uses: actions/checkout@v6.0.2
1919
- name: 🏗 Set up Poetry
2020
run: pipx install poetry
2121
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- name: ⤵️ Check out code from GitHub
41-
uses: actions/checkout@v6.0.1
41+
uses: actions/checkout@v6.0.2
4242
- name: 🏗 Set up Poetry
4343
run: pipx install poetry
4444
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
@@ -63,7 +63,7 @@ jobs:
6363
runs-on: ubuntu-latest
6464
steps:
6565
- name: ⤵️ Check out code from GitHub
66-
uses: actions/checkout@v6.0.1
66+
uses: actions/checkout@v6.0.2
6767
- name: 🏗 Set up Poetry
6868
run: pipx install poetry
6969
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
id-token: write
2222
steps:
2323
- name: ⤵️ Check out code from GitHub
24-
uses: actions/checkout@v6.0.1
24+
uses: actions/checkout@v6.0.2
2525
- name: 🏗 Set up Poetry
2626
run: pipx install poetry
2727
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python: ["3.10", "3.11", "3.12"]
2222
steps:
2323
- name: ⤵️ Check out code from GitHub
24-
uses: actions/checkout@v6.0.1
24+
uses: actions/checkout@v6.0.2
2525
- name: 🏗 Set up Poetry
2626
run: pipx install poetry
2727
- name: 🏗 Set up Python ${{ matrix.python }}

.github/workflows/type.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: ⤵️ Check out code from GitHub
21-
uses: actions/checkout@v6.0.1
21+
uses: actions/checkout@v6.0.2
2222
- name: 🏗 Set up Poetry
2323
run: pipx install poetry
2424
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}

0 commit comments

Comments
 (0)