Skip to content

Commit 053ca8e

Browse files
author
Workflow Sync Bot
committed
Utility File Sync [Runner ID: 97]
1 parent abe7e48 commit 053ca8e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/keep-alive.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
name: Keep Repo Alive
2929
runs-on: ubuntu-latest
3030
steps:
31-
- uses: actions/checkout@v2
31+
- uses: actions/checkout@v6
3232
with:
3333
token: ${{ secrets.ORG_WORKFLOWS }}
3434
fetch-depth: 0

.github/workflows/project-automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
if: ( 'issues' == github.event_name && ( 'opened' == github.event.action || 'reopened' == github.event.action ) && ( null == github.event.issue.assignee ) )
4747
steps:
4848
- name: Checkout
49-
uses: actions/checkout@v2
49+
uses: actions/checkout@v6
5050

5151
- name: Check CODEOWNERS file existence
5252
id: codeowners_file_exists

.github/workflows/sync-branches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: trunk -> dev
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v6
2525
with:
2626
token: ${{ secrets.ORG_WORKFLOWS }}
2727
fetch-depth: 0

0 commit comments

Comments
 (0)