There was an error while loading. Please reload this page.
1 parent a34d713 commit c71b858Copy full SHA for c71b858
1 file changed
.github/workflows/common-pre-commit.yml
@@ -12,7 +12,7 @@ jobs:
12
required-pre-commit:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
16
17
- run: |
18
wget "https://releases.hashicorp.com/terraform/1.5.7/terraform_1.5.7_linux_amd64.zip"
@@ -23,15 +23,15 @@ jobs:
23
- run: terraform init
24
shell: bash
25
26
- - uses: actions/setup-python@v3
+ - uses: actions/setup-python@v5
27
28
- run: python -m pip install pre-commit==2.17.0 shellcheck-py==0.8.0.3
29
30
31
- run: python -m pip freeze --local
32
33
34
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
35
with:
36
path: ~/.cache/pre-commit
37
key: pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
0 commit comments