Skip to content

Commit ee50733

Browse files
committed
ci: Upgrade checkout action from v4 to v6
1 parent 3bd825b commit ee50733

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v6
2020
with:
2121
fetch-depth: 0
2222
lfs: true
@@ -33,13 +33,13 @@ jobs:
3333
runs-on: [self-hosted, macOS, ARM64]
3434
name: Git Repo Sync
3535
steps:
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v6
3737
with:
3838
fetch-depth: 0
3939
lfs: true
4040

4141
- name: Get Internal Sync action
42-
uses: actions/checkout@v4
42+
uses: actions/checkout@v6
4343
with:
4444
repository: 4d/gitlabsync-action
4545
ref: main

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
contents: write # for tag and release creation
2222
steps:
2323
- name: Checkout code
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v6
2525
with:
2626
fetch-depth: 0 # Fetch all history and tags
2727
ref: ${{ github.ref }}

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout code
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v6
2121
with:
2222
fetch-depth: 0
2323

.github/workflows/sync_on_deleted.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ jobs:
88
runs-on: [self-hosted, macOS, ARM64]
99
name: Git Repo Sync
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v6
1212
with:
1313
fetch-depth: 0
1414
lfs: true
1515

1616
- name: Get Internal Sync action
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v6
1818
with:
1919
repository: 4d/gitlabsync-action
2020
ref: main

0 commit comments

Comments
 (0)