Skip to content

Commit 0e2e107

Browse files
committed
Upgrade GitHub Actions for Node 24 compatibility
1 parent c17dca2 commit 0e2e107

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
build:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v6
2121

2222
- name: Set up Go
23-
uses: actions/setup-go@v3
23+
uses: actions/setup-go@v6
2424
with:
2525
go-version: '1.21'
2626

0 commit comments

Comments
 (0)