Skip to content

Commit f0a8e0c

Browse files
committed
Update deps
1 parent a5a942f commit f0a8e0c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
uses: actions/checkout@v5
8484

8585
- name: Install musl-tools incl. musl-gcc
86-
uses: awalsh128/cache-apt-pkgs-action@v1.5.1
86+
uses: awalsh128/cache-apt-pkgs-action@v1
8787
with:
8888
# musl-tools provide `musl-gcc` which is required for `ring` which is required for `rustls` et al.
8989
packages: musl-tools
@@ -124,7 +124,7 @@ jobs:
124124
key: v1-${{ matrix.target }}
125125

126126
- name: Install Gleam
127-
uses: clechasseur/rs-cargo@v3
127+
uses: clechasseur/rs-cargo@v4
128128
with:
129129
command: install
130130
args: "--path gleam-bin --target ${{ matrix.target }} --debug --locked --force"
@@ -149,7 +149,7 @@ jobs:
149149
if: ${{ matrix.run-integration-tests }}
150150

151151
- name: Run tests
152-
uses: clechasseur/rs-cargo@v3
152+
uses: clechasseur/rs-cargo@v4
153153
with:
154154
command: test
155155
# We only want to run the `test-output` when running integration tests.
@@ -430,7 +430,7 @@ jobs:
430430
rebar3-version: "3"
431431

432432
- name: Download Gleam binary from previous job
433-
uses: actions/download-artifact@v4
433+
uses: actions/download-artifact@v5
434434
with:
435435
name: gleam
436436
path: ./test

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191

9292
steps:
9393
- name: Download Artifacts
94-
uses: actions/download-artifact@v4
94+
uses: actions/download-artifact@v5
9595
with:
9696
pattern: release-*
9797
merge-multiple: true

0 commit comments

Comments
 (0)