Skip to content

Commit 6fc0620

Browse files
👷 (actions) github actions :octocat: ...
1 parent 30014dc commit 6fc0620

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/actions/cache-turbo/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
steps:
1717
- name: '🔺️ Cache (turbo)'
1818
id: cache-turbo
19-
uses: actions/cache@v4
19+
uses: actions/cache@v5
2020
env:
2121
TURBO_TEAM: ${{ inputs.TURBO_TEAM }}
2222
TURBO_TOKEN: ${{ inputs.TURBO_TOKEN }}

.github/workflows/pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646
- name: '🐙️ Checkout'
4747
id: pull-checkout
48-
uses: actions/checkout@v5
48+
uses: actions/checkout@v6
4949
with:
5050
ref: ${{ github.event.pull_request.head.ref }}
5151
fetch-depth: 10

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
steps:
4444
- name: '🐙️ Checkout'
4545
id: pull-checkout
46-
uses: actions/checkout@v5
46+
uses: actions/checkout@v6
4747
with:
4848
fetch-depth: 10
4949

.github/workflows/weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
steps:
4040
- name: '🐙️ Checkout'
4141
id: pull-checkout
42-
uses: actions/checkout@v5
42+
uses: actions/checkout@v6
4343
with:
4444
fetch-depth: 100
4545

0 commit comments

Comments
 (0)