Skip to content

Commit edd0e45

Browse files
authored
Merge pull request #55 from ruzickap/bump-versions
Bump versions
2 parents 38985be + 66466fe commit edd0e45

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: lint
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v3
2121

2222
- name: sh-checker
2323
uses: luizm/action-sh-checker@master

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM alpine:3.12.3
1+
FROM alpine:3.16.0
22
LABEL "name"="sh-checker"
33
LABEL "maintainer"="Luiz Muller <contact@luizm.dev>"
44

5-
ARG shfmt_version=3.4.3
5+
ARG shfmt_version=3.5.1
66
ARG shellcheck_version=0.8.0
77

8-
RUN apk add --no-cache bash git jq curl checkbashisms \
8+
RUN apk add --no-cache bash git jq curl checkbashisms xz \
99
&& apk add --no-cache --virtual .build-deps tar \
1010
&& wget "https://github.com/mvdan/sh/releases/download/v${shfmt_version}/shfmt_v${shfmt_version}_linux_amd64" -O /usr/local/bin/shfmt \
1111
&& chmod +x /usr/local/bin/shfmt \

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
sh-checker:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v1
22+
- uses: actions/checkout@v3
2323
- name: Run the sh-checker
2424
uses: luizm/action-sh-checker@master
2525
env:

0 commit comments

Comments
 (0)