Skip to content

Commit 644189b

Browse files
committed
chore(BRIDGE-504): update github actions to use Node 24
1 parent f8dfc8e commit 644189b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
steps:
1414
- name: Get sources
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v6
1616

1717
- name: Set up Go 1.26.1
18-
uses: actions/setup-go@v5
18+
uses: actions/setup-go@v6
1919
with:
2020
go-version: "1.26.1"
2121

0 commit comments

Comments
 (0)