Skip to content

Commit b9064bf

Browse files
committed
chore(deps): update github-actions
1 parent ccff599 commit b9064bf

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

.github/actions/build-base-image/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ runs:
5454

5555
- name: Download pre-built src
5656
if: inputs.BUILD_IMAGE == 'true' && steps.cache-src.outputs.cache-hit != 'true'
57-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/download-artifact@v4
57+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
5858
with:
5959
name: otp_prebuilt
6060

@@ -68,7 +68,7 @@ runs:
6868

6969
- name: Download pre-built binaries
7070
if: inputs.BUILD_IMAGE == 'true' && steps.cache-binary.outputs.cache-hit != 'true'
71-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/download-artifact@v4
71+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
7272
with:
7373
name: otp_prebuilt
7474

.github/workflows/main.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected]
208208

209209
- name: Download source archive
210-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/[email protected].0
210+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
211211
with:
212212
name: otp_prebuilt
213213

@@ -254,7 +254,7 @@ jobs:
254254
steps:
255255
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected]
256256
- name: Download source archive
257-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/[email protected].0
257+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
258258
with:
259259
name: otp_prebuilt
260260

@@ -285,11 +285,11 @@ jobs:
285285
env:
286286
WXWIDGETS_VERSION: 3.2.6
287287
name: Build Erlang/OTP (Windows)
288-
runs-on: windows-2022
288+
runs-on: windows-2025
289289
needs: pack
290290
if: needs.pack.outputs.c-code-changes
291291
steps:
292-
- uses: Vampire/setup-wsl@3b46b44374d5d0ae94654c45d114a3ed7a0e07a8 # ratchet:Vampire/setup-wsl@v5.0.1
292+
- uses: Vampire/setup-wsl@6a8db447be7ed35f2f499c02c6e60ff77ef11278 # v6.0.0
293293
with:
294294
distribution: Ubuntu-18.04
295295

@@ -345,7 +345,7 @@ jobs:
345345
nmake TARGET_CPU=amd64 BUILD=release SHARED=0 DIR_SUFFIX_CPU= -f makefile.vc
346346
347347
- name: Download source archive
348-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/[email protected].0
348+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
349349
with:
350350
name: otp_prebuilt
351351

@@ -556,7 +556,7 @@ jobs:
556556
with:
557557
BASE_BRANCH: ${{ env.BASE_BRANCH }}
558558
- name: Download test results
559-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/[email protected].0
559+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
560560
- name: Merge test results
561561
run: |
562562
shopt -s nullglob
@@ -629,15 +629,15 @@ jobs:
629629

630630
## Publish the pre-built archive and docs
631631
- name: Download source archive
632-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/[email protected].0
632+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
633633
with:
634634
name: otp_prebuilt
635635
- name: Download html docs
636-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/[email protected].0
636+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
637637
with:
638638
name: otp_doc_html
639639
- name: Download man docs
640-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/[email protected].0
640+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
641641
with:
642642
name: otp_doc_man
643643

.github/workflows/pr-comment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ permissions:
3535

3636
jobs:
3737
pr-number:
38-
runs-on: ubuntu-20.04
38+
runs-on: ubuntu-24.04
3939
if: github.repository == 'erlang/otp'
4040
permissions:
4141
issues: read
@@ -71,7 +71,7 @@ jobs:
7171
pr_number: ${{ needs.pr-number.outputs.result }} });
7272
7373
finished-tests:
74-
runs-on: ubuntu-20.04
74+
runs-on: ubuntu-24.04
7575
needs: pr-number
7676
## Limit concurrency so that only one job deploys to erlang.github.io
7777
concurrency: erlang.github.io-deploy

.github/workflows/sync-github-prs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
sync-prs:
3434
if: github.repository == 'erlang/otp'
3535
concurrency: erlang.github.io-deploy
36-
runs-on: ubuntu-20.04
36+
runs-on: ubuntu-24.04
3737
steps:
3838
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected]
3939
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected]

0 commit comments

Comments
 (0)