Skip to content

Commit 4058006

Browse files
Update dev tools
1 parent 27e2061 commit 4058006

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
platforms: linux/amd64,linux/arm64
2828

2929
- name: Checkout
30-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
3131

3232
- name: Install Node.js
3333
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2626

2727
- name: Lint Dockerfile
2828
run: docker run --rm -i hadolint/hadolint:${{ env.hadolint-version }} < Dockerfile
@@ -45,6 +45,6 @@ jobs:
4545
config_file: .yamllint.yml
4646

4747
- name: actionlint
48-
uses: reviewdog/action-actionlint@a5524e1c19e62881d79c1f1b9b6f09f16356e281 # v1.65.2
48+
uses: reviewdog/action-actionlint@50b75b9513baa71e6a1899a1ebaa9ac9851cf16c # v1.66.0
4949
env:
5050
SHELLCHECK_OPTS: -o all

0 commit comments

Comments
 (0)