Skip to content

Commit 8b3a653

Browse files
committed
Update actions/* versions to use Node.js 20
1 parent a30257a commit 8b3a653

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4.1.3
1616
with:
1717
submodules: true
1818

.github/workflows/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
runs-on: macos-13
1313

1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4.1.3
1616
with:
1717
submodules: true
1818

1919
- name: Cache vcpkg
20-
uses: actions/cache@v3
20+
uses: actions/cache@v4.0.2
2121
id: cache-vcpkg
2222
with:
2323
path: build/vcpkg_cache/

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: windows-latest
1515

1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4.1.3
1818
with:
1919
submodules: true
2020

@@ -24,7 +24,7 @@ jobs:
2424
run: echo "vcpkg_triplet=${{ matrix.arch }}-windows$(if ('${{ matrix.libs }}' -eq 'static') { '-static' })" >> $env:GITHUB_OUTPUT
2525

2626
- name: Cache vcpkg
27-
uses: actions/cache@v3
27+
uses: actions/cache@v4.0.2
2828
id: cache-vcpkg
2929
with:
3030
path: build/vcpkg_cache/

0 commit comments

Comments
 (0)