Skip to content

Commit 44d4200

Browse files
Merge pull request #51 from salmanmkc/upgrade-github-actions-node24
Upgrade GitHub Actions for Node 24 compatibility
2 parents dc0429e + 25379c2 commit 44d4200

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/check-goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
goreleaser:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v6
1919
with:
2020
fetch-depth: 0
2121
- run: git fetch --force --tags
22-
- uses: actions/setup-go@v3
22+
- uses: actions/setup-go@v6
2323
with:
2424
go-version: '>=1.20.1'
2525
cache: true

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
goreleaser:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v6
1717
with:
1818
fetch-depth: 0
1919
- run: git fetch --force --tags
20-
- uses: actions/setup-go@v3
20+
- uses: actions/setup-go@v6
2121
with:
2222
go-version: '>=1.20.1'
2323
cache: true

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
goreleaser:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v6
1919
with:
2020
fetch-depth: 0
2121
- name: Set up Go
22-
uses: actions/setup-go@v3
22+
uses: actions/setup-go@v6
2323
with:
2424
go-version: '1.22'
2525
- name: Run Go tests
@@ -28,7 +28,7 @@ jobs:
2828
name: Build Nix targets
2929
runs-on: ubuntu-22.04
3030
steps:
31-
- uses: actions/checkout@v3
31+
- uses: actions/checkout@v6
3232
- name: Check Nix flake inputs
3333
uses: DeterminateSystems/flake-checker-action@v4 # This action
3434
- name: Install Nix

0 commit comments

Comments
 (0)