Skip to content

Commit 5eb87e0

Browse files
Update dev tools
1 parent 8742c56 commit 5eb87e0

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ${{matrix.os}}
2626

2727
steps:
28-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2929

3030
- name: parse-tool-versions
3131
uses: paulo-ferraz-oliveira/parse-tool-versions@534819f70c0c04d788b49dafc29c8117901277bd # v1.0.3
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
command: awslocal --version
4747
# renovate datasource: pypi, depName: awscli-local
48-
version: 0.22.0
48+
version: 0.22.2
4949

5050
# same as above, but works around an asdf-vm/actions/plugin-test issue where the ref is Nok
5151
- name: plugin-test
@@ -54,6 +54,6 @@ jobs:
5454
with:
5555
command: awslocal --version
5656
# renovate datasource: pypi, depName: awscli-local
57-
version: 0.22.0
57+
version: 0.22.2
5858
giturl: ${{ github.event.pull_request.head.repo.full_name }}
5959
gitref: ${{ github.head_ref }}

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-24.04
1616

1717
steps:
18-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
1919

2020
- name: install
2121
uses: asdf-vm/actions/install@1902764435ca0dd2f3388eea723a4f92a4eb8302 # v4.0.0
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-24.04
2828

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

3232
- name: Check workflow files
3333
uses: docker://rhysd/actionlint:1.7.7@sha256:887a259a5a534f3c4f36cb02dca341673c6089431057242cdc931e9f133147e9
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-24.04
3939

4040
steps:
41-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
41+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
4242

4343
# uses .markdownlint.yml for configuration
4444
- name: markdownlint

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
python 3.13.5
2-
shellcheck 0.10.0
1+
python 3.13.6
2+
shellcheck 0.11.0
33
shfmt 3.12.0

0 commit comments

Comments
 (0)