Skip to content

Commit 3844ceb

Browse files
authored
🐛 Fix action version (#36)
* 🐛 Fix action version
1 parent e01c5f8 commit 3844ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gitpod-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v3
2323

2424
- name: Lint Docker 🔍
25-
uses: hadolint/hadolint-action@v3
25+
uses: hadolint/hadolint-action@v3.1.0
2626
with:
2727
dockerfile: ./tools/Dockerfile
2828
config: .hadolint.yaml

0 commit comments

Comments
 (0)