Skip to content

Commit 7ad6361

Browse files
update actions
build(deps): bump the actions group with 8 updates
2 parents f3c4015 + b54107e commit 7ad6361

4 files changed

Lines changed: 39 additions & 39 deletions

File tree

.github/workflows/ci.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
timeout-minutes: 25
2626
steps:
2727
- name: Check out code
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v7
2929
with:
3030
persist-credentials: false
3131

3232
- name: Set up Go
33-
uses: actions/setup-go@v5
33+
uses: actions/setup-go@v7
3434
with:
3535
go-version: ${{ env.GO_VERSION }}
3636
cache: true
@@ -78,20 +78,20 @@ jobs:
7878
timeout-minutes: 25
7979
steps:
8080
- name: Check out code
81-
uses: actions/checkout@v4
81+
uses: actions/checkout@v7
8282
with:
8383
persist-credentials: false
8484
fetch-depth: 0
8585

8686
- name: Set up Go
87-
uses: actions/setup-go@v5
87+
uses: actions/setup-go@v7
8888
with:
8989
go-version: ${{ env.GO_VERSION }}
9090
cache: true
9191

9292
- name: Review dependency changes
9393
if: github.event_name == 'pull_request'
94-
uses: actions/dependency-review-action@v4
94+
uses: actions/dependency-review-action@v5
9595
with:
9696
fail-on-severity: moderate
9797

@@ -117,12 +117,12 @@ jobs:
117117
os: [ubuntu-latest, windows-latest, macos-latest]
118118
steps:
119119
- name: Check out code
120-
uses: actions/checkout@v4
120+
uses: actions/checkout@v7
121121
with:
122122
persist-credentials: false
123123

124124
- name: Set up Go
125-
uses: actions/setup-go@v5
125+
uses: actions/setup-go@v7
126126
with:
127127
go-version: ${{ env.GO_VERSION }}
128128
cache: true
@@ -203,7 +203,7 @@ jobs:
203203
204204
- name: Upload coverage artifact
205205
if: runner.os == 'Linux'
206-
uses: actions/upload-artifact@v4
206+
uses: actions/upload-artifact@v7
207207
with:
208208
name: coverage
209209
path: coverage.out
@@ -240,10 +240,10 @@ jobs:
240240
asset_name: goanime-darwin-arm64
241241
steps:
242242
- name: Check out code
243-
uses: actions/checkout@v4
243+
uses: actions/checkout@v7
244244

245245
- name: Set up Go
246-
uses: actions/setup-go@v5
246+
uses: actions/setup-go@v7
247247
with:
248248
go-version: '1.26.5'
249249

@@ -282,7 +282,7 @@ jobs:
282282
283283
- name: Upload binary artifact (Unix)
284284
if: matrix.goos != 'windows'
285-
uses: actions/upload-artifact@v4
285+
uses: actions/upload-artifact@v7
286286
with:
287287
name: ${{ matrix.asset_name }}
288288
path: |
@@ -292,7 +292,7 @@ jobs:
292292

293293
- name: Upload binary artifact (Windows)
294294
if: matrix.goos == 'windows'
295-
uses: actions/upload-artifact@v4
295+
uses: actions/upload-artifact@v7
296296
with:
297297
name: ${{ matrix.asset_name }}
298298
path: |
@@ -308,12 +308,12 @@ jobs:
308308
timeout-minutes: 45
309309
steps:
310310
- name: Set up Go
311-
uses: actions/setup-go@v5
311+
uses: actions/setup-go@v7
312312
with:
313313
go-version: '1.26.5'
314314

315315
- name: Check out code
316-
uses: actions/checkout@v4
316+
uses: actions/checkout@v7
317317

318318
- name: Get dependencies
319319
run: go mod download
@@ -516,7 +516,7 @@ jobs:
516516
}
517517
518518
- name: Upload Windows Installer artifact
519-
uses: actions/upload-artifact@v4
519+
uses: actions/upload-artifact@v7
520520
with:
521521
name: goanime-windows-installer
522522
path: |

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@ jobs:
2323
timeout-minutes: 30
2424
steps:
2525
- name: Check out code
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v7
2727
with:
2828
persist-credentials: false
2929

3030
- name: Initialize CodeQL
31-
uses: github/codeql-action/init@v3
31+
uses: github/codeql-action/init@v4
3232
with:
3333
languages: go
3434
queries: security-extended,security-and-quality
3535

3636
- name: Build
37-
uses: github/codeql-action/autobuild@v3
37+
uses: github/codeql-action/autobuild@v4
3838

3939
- name: Analyze
40-
uses: github/codeql-action/analyze@v3
40+
uses: github/codeql-action/analyze@v4
4141
with:
4242
category: /language:go

.github/workflows/release.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Checkout code
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v7
3434
with:
3535
fetch-depth: 0
3636

3737
- name: Set up Go
38-
uses: actions/setup-go@v5
38+
uses: actions/setup-go@v7
3939
with:
4040
go-version: ${{ env.GO_VERSION }}
4141
cache: true
@@ -73,7 +73,7 @@ jobs:
7373
echo "Build verification passed"
7474
7575
- name: Upload coverage
76-
uses: actions/upload-artifact@v4
76+
uses: actions/upload-artifact@v7
7777
with:
7878
name: coverage
7979
path: coverage.out
@@ -133,12 +133,12 @@ jobs:
133133

134134
steps:
135135
- name: Checkout code
136-
uses: actions/checkout@v4
136+
uses: actions/checkout@v7
137137
with:
138138
fetch-depth: 0
139139

140140
- name: Set up Go
141-
uses: actions/setup-go@v5
141+
uses: actions/setup-go@v7
142142
with:
143143
go-version: ${{ env.GO_VERSION }}
144144
cache: true
@@ -203,7 +203,7 @@ jobs:
203203
Write-Host "Built $OUTPUT_NAME with SQLite support"
204204
205205
- name: Upload artifact
206-
uses: actions/upload-artifact@v4
206+
uses: actions/upload-artifact@v7
207207
with:
208208
name: ${{ env.BINARY_NAME }}-${{ matrix.os }}-${{ matrix.arch }}
209209
path: dist/${{ env.BINARY_NAME }}-${{ matrix.os }}-${{ matrix.arch }}${{ matrix.ext }}
@@ -218,13 +218,13 @@ jobs:
218218
needs: build
219219
steps:
220220
- name: Download macOS amd64 binary
221-
uses: actions/download-artifact@v4
221+
uses: actions/download-artifact@v8
222222
with:
223223
name: ${{ env.BINARY_NAME }}-darwin-amd64
224224
path: staging/amd64
225225

226226
- name: Download macOS arm64 binary
227-
uses: actions/download-artifact@v4
227+
uses: actions/download-artifact@v8
228228
with:
229229
name: ${{ env.BINARY_NAME }}-darwin-arm64
230230
path: staging/arm64
@@ -253,7 +253,7 @@ jobs:
253253
echo "Built ${OUTPUT_NAME} (x86_64 + arm64) with SQLite support"
254254
255255
- name: Upload universal artifact
256-
uses: actions/upload-artifact@v4
256+
uses: actions/upload-artifact@v7
257257
with:
258258
name: ${{ env.BINARY_NAME }}-darwin-universal
259259
path: dist/${{ env.BINARY_NAME }}-darwin-universal
@@ -268,7 +268,7 @@ jobs:
268268
needs: build
269269
steps:
270270
- name: Checkout code
271-
uses: actions/checkout@v4
271+
uses: actions/checkout@v7
272272
with:
273273
fetch-depth: 0
274274

@@ -282,7 +282,7 @@ jobs:
282282
echo "VERSION_NUMBER=${VERSION_NUMBER}" >> $GITHUB_OUTPUT
283283
284284
- name: Download Windows amd64 binary
285-
uses: actions/download-artifact@v4
285+
uses: actions/download-artifact@v8
286286
with:
287287
name: ${{ env.BINARY_NAME }}-windows-amd64
288288
path: build/staging
@@ -397,7 +397,7 @@ jobs:
397397
}
398398
399399
- name: Upload installer artifact
400-
uses: actions/upload-artifact@v4
400+
uses: actions/upload-artifact@v7
401401
with:
402402
name: windows-installer
403403
path: dist/GoAnime-Installer-*.exe
@@ -414,7 +414,7 @@ jobs:
414414
contents: write
415415
steps:
416416
- name: Checkout code
417-
uses: actions/checkout@v4
417+
uses: actions/checkout@v7
418418
with:
419419
fetch-depth: 0
420420

@@ -433,14 +433,14 @@ jobs:
433433
fi
434434
435435
- name: Download all artifacts
436-
uses: actions/download-artifact@v4
436+
uses: actions/download-artifact@v8
437437
with:
438438
path: artifacts
439439
pattern: ${{ env.BINARY_NAME }}-*
440440
merge-multiple: false
441441

442442
- name: Download Windows installer
443-
uses: actions/download-artifact@v4
443+
uses: actions/download-artifact@v8
444444
with:
445445
name: windows-installer
446446
path: artifacts/windows-installer
@@ -581,7 +581,7 @@ jobs:
581581
cat RELEASE_NOTES.md
582582
583583
- name: Create GitHub Release
584-
uses: softprops/action-gh-release@v2
584+
uses: softprops/action-gh-release@v3
585585
with:
586586
name: GoAnime ${{ steps.version.outputs.VERSION }}
587587
body_path: RELEASE_NOTES.md
@@ -637,7 +637,7 @@ jobs:
637637
638638
- name: Checkout code
639639
if: steps.check-secrets.outputs.has_secrets == 'true'
640-
uses: actions/checkout@v4
640+
uses: actions/checkout@v7
641641

642642
- name: Get version from tag
643643
if: steps.check-secrets.outputs.has_secrets == 'true'
@@ -669,7 +669,7 @@ jobs:
669669

670670
- name: Publish to AUR
671671
if: steps.check-secrets.outputs.has_secrets == 'true'
672-
uses: KSXGitHub/github-actions-deploy-aur@v4.1.2
672+
uses: KSXGitHub/github-actions-deploy-aur@v4.2.0
673673
with:
674674
pkgname: goanime
675675
pkgbuild: ./aur/goanime/PKGBUILD

.github/workflows/source-health.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
timeout-minutes: 20
2525
steps:
2626
- name: Check out code
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v7
2828
with:
2929
persist-credentials: false
3030

3131
- name: Set up Go
32-
uses: actions/setup-go@v5
32+
uses: actions/setup-go@v7
3333
with:
3434
go-version: ${{ env.GO_VERSION }}
3535
cache: true

0 commit comments

Comments
 (0)