Skip to content

Commit cc74bd9

Browse files
⬆️ Update actions/checkout action to v6.0.2 (#296)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d5f9792 commit cc74bd9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: ⤵️ Check out code from GitHub
25-
uses: actions/checkout@v6.0.1
25+
uses: actions/checkout@v6.0.2
2626
- name: 🏗 Set up UV
2727
uses: astral-sh/setup-uv@v7.2.0
2828
- name: 🏗 Install project dependencies

.github/workflows/linting.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: ⤵️ Check out code from GitHub
22-
uses: actions/checkout@v6.0.1
22+
uses: actions/checkout@v6.0.2
2323
- name: 🏗 Set up UV
2424
uses: astral-sh/setup-uv@v7.2.0
2525
with:
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
steps:
3838
- name: ⤵️ Check out code from GitHub
39-
uses: actions/checkout@v6.0.1
39+
uses: actions/checkout@v6.0.2
4040
- name: 🏗 Set up UV
4141
uses: astral-sh/setup-uv@v7.2.0
4242
with:

.github/workflows/rhfest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ 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: 🚀 Run RHFest validation
2323
uses: docker://ghcr.io/rotorhazard/rhfest-action:v3.0.0

.github/workflows/sync-labels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
issues: write
2323
steps:
2424
- name: ⤵️ Check out code from GitHub
25-
uses: actions/checkout@v6.0.1
25+
uses: actions/checkout@v6.0.2
2626
- name: 🚀 Run Label Syncer
2727
uses: micnncim/action-label-syncer@v1.3.0
2828
env:

0 commit comments

Comments
 (0)