Skip to content

Commit 8049914

Browse files
authored
upgrade dependent actions to node20 versions (#601)
1 parent f48d91b commit 8049914

File tree

10 files changed

+17
-17
lines changed

10 files changed

+17
-17
lines changed

.github/workflows/build-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
outputs:
4949
matrix: ${{ steps.matrix.outputs.matrix }}
5050
steps:
51-
- uses: actions/checkout@v3
51+
- uses: actions/checkout@v4
5252
with:
5353
fetch-depth: 1
5454
- id: matrix
@@ -73,7 +73,7 @@ jobs:
7373
RUSTFLAGS: ${{ inputs.rustFlags }}
7474

7575
steps:
76-
- uses: actions/checkout@v3
76+
- uses: actions/checkout@v4
7777
with:
7878
fetch-depth: 1
7979

@@ -193,7 +193,7 @@ jobs:
193193
name: Upload Other Assets
194194
runs-on: ubuntu-latest
195195
steps:
196-
- uses: actions/checkout@v3
196+
- uses: actions/checkout@v4
197197
with:
198198
fetch-depth: 1
199199

@@ -236,7 +236,7 @@ jobs:
236236
env:
237237
ARCHIVE_FILE: integration-test-${{matrix.os}}.tar.zst
238238
steps:
239-
- uses: actions/checkout@v3
239+
- uses: actions/checkout@v4
240240
with:
241241
fetch-depth: 1
242242

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
shell: bash
4545

4646
steps:
47-
- uses: actions/checkout@v3
47+
- uses: actions/checkout@v4
4848
with:
4949
ref: ${{ inputs.ref }}
5050

@@ -70,7 +70,7 @@ jobs:
7070
run: sh ./cicd/scripts/archive-debug-info.sh "$ARCHIVE_FILE"
7171

7272
- name: Upload Artifact
73-
uses: actions/upload-artifact@v3
73+
uses: actions/upload-artifact@v4
7474
with:
7575
name: ${{ inputs.artifactId }}
7676
if-no-files-found: ignore

.github/workflows/create-draft-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
commit: ${{ github.sha }}
3030
name: Cloudtruth CLI ${{ github.ref_name }}
3131

32-
- uses: actions/checkout@v3
32+
- uses: actions/checkout@v4
3333
with:
3434
fetch-depth: 1
3535

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runner: [windows-latest, macos-latest, ubuntu-latest]
3636

3737
steps:
38-
- uses: actions/checkout@v3
38+
- uses: actions/checkout@v4
3939
with:
4040
repository: cloudtruth/cloudtruth-cli
4141
ref: ${{ inputs.ref }}

.github/workflows/nightly.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
contents: write
2020

2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
with:
2424
fetch-depth: 1
2525

@@ -103,7 +103,7 @@ jobs:
103103
commit: ${{ github.sha }}
104104

105105
# rotate out old nightly releases
106-
- uses: dev-drprasad/delete-older-releases@v0.3.3
106+
- uses: dev-drprasad/delete-older-releases@v0.3.4
107107
with:
108108
keep_latest: 2
109109
delete_expired_data: 3
@@ -113,7 +113,7 @@ jobs:
113113
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
114114

115115
# dispatch repo event to trigger test-nightly.yml
116-
- uses: peter-evans/repository-dispatch@v2
116+
- uses: peter-evans/repository-dispatch@v3
117117
with:
118118
event-type: nightly-release
119119
client-payload: '{"tagName": "${{ needs.create-release.outputs.tagName }}"}'

.github/workflows/staging-release.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

2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
with:
2323
fetch-depth: 1
2424

.github/workflows/test-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
if: ${{ always() && needs.test-nightly.result != 'skipped' }}
6666
runs-on: ubuntu-latest
6767
steps:
68-
- uses: actions/checkout@v3
68+
- uses: actions/checkout@v4
6969
with:
7070
repository: cloudtruth/cloudtruth-cli
7171

.github/workflows/test-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
TEST_ARCHIVE_FILE: integration-test-${{inputs.runsOn}}.tar.zst
4141

4242
steps:
43-
- uses: actions/checkout@v3
43+
- uses: actions/checkout@v4
4444
with:
4545
repository: cloudtruth/cloudtruth-cli
4646

.github/workflows/test-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
outputs:
2929
matrix: ${{ steps.matrix.outputs.matrix }}
3030
steps:
31-
- uses: actions/checkout@v3
31+
- uses: actions/checkout@v4
3232
with:
3333
fetch-depth: 1
3434
- id: matrix
@@ -60,7 +60,7 @@ jobs:
6060
CLOUDTRUTH_API_KEY: ${{ secrets.CLOUDTRUTH_API_KEY }}
6161

6262
steps:
63-
- uses: actions/checkout@v3
63+
- uses: actions/checkout@v4
6464
with:
6565
fetch-depth: 1
6666

.github/workflows/test-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# it's likely safe to assume that current/latest ref is close enough
5656
# to staging release, but we may need to bump a "staging" tag to track
5757
# the staging release accurately
58-
- uses: actions/checkout@v3
58+
- uses: actions/checkout@v4
5959
with:
6060
repository: cloudtruth/cloudtruth-cli
6161

0 commit comments

Comments
 (0)