Skip to content

Commit a2481c8

Browse files
chrilleplpil
authored andcommitted
chore(deps): ⬆️ bump actions/checkout from v4 to v6 in gleam new command
1 parent 6d196b9 commit a2481c8

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626

2727
### Build tool
2828

29+
- Upgraded `actions/checkout` from v4 to v6 in the GitHub Actions workflow used by `gleam new`.
30+
([Christian Widlund](https://github.com/chrillep))
31+
2932
- When adding a package that does not exist on Hex, the message is a bit
3033
friendlier.
3134
([Ameen Radwan](https://github.com/Acepie))

compiler-cli/src/new.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
test:
159159
runs-on: ubuntu-latest
160160
steps:
161-
- uses: actions/checkout@v4
161+
- uses: actions/checkout@v6
162162
- uses: erlef/setup-beam@v1
163163
with:
164164
otp-version: "{ERLANG_OTP_VERSION}"

0 commit comments

Comments
 (0)