Skip to content

Commit 143cb06

Browse files
Update dev tools
1 parent 799f69d commit 143cb06

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/erlang.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# renovate datasource: github-runners, depName: ubuntu
1818
ubuntu: 24.04
1919
# renovate datasource: github-runners, depName: windows
20-
windows: 2022
20+
windows: 2025
2121
# renovate datasource: github-runners, depName: macos
2222
macos: 15
2323

@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ${{matrix.os-base}}-${{matrix.os-vsn}}
4343

4444
steps:
45-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
45+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
4646

4747
- uses: erlef/setup-beam@e6d7c94229049569db56a7ad5a540c051a010af9 # v1.20.4
4848
id: setup-beam

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
runs-on: ubuntu-24.04
1818

1919
steps:
20-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2121

2222
# uses .markdownlint.yml for configuration
2323
- name: markdownlint
24-
uses: DavidAnson/markdownlint-cli2-action@992badcdf24e3b8eb7e87ff9287fe931bcb00c6e # v20.0.0
24+
uses: DavidAnson/markdownlint-cli2-action@30a0e04f1870d58f8d717450cc6134995f993c63 # v21.0.0
2525
with:
2626
globs: |
2727
.github/**/*.md

.github/workflows/rebar-lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
app-id: ${{vars.GHA_LITTLE_HELPER_APP_ID}}
4646
private-key: ${{secrets.GHA_LITTLE_HELPER_PRIVATE_KEY}}
4747

48-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
48+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
4949
with:
5050
token: ${{steps.app-token.outputs.token}}
5151
ref: ${{needs.branch.outputs.head_ref}}

0 commit comments

Comments
 (0)