Skip to content

Commit c71b858

Browse files
committed
fix: update GitHub Actions versions to fix Node.js deprecation warning
1 parent a34d713 commit c71b858

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/common-pre-commit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
required-pre-commit:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616

1717
- run: |
1818
wget "https://releases.hashicorp.com/terraform/1.5.7/terraform_1.5.7_linux_amd64.zip"
@@ -23,15 +23,15 @@ jobs:
2323
- run: terraform init
2424
shell: bash
2525

26-
- uses: actions/setup-python@v3
26+
- uses: actions/setup-python@v5
2727

2828
- run: python -m pip install pre-commit==2.17.0 shellcheck-py==0.8.0.3
2929
shell: bash
3030

3131
- run: python -m pip freeze --local
3232
shell: bash
3333

34-
- uses: actions/cache@v3
34+
- uses: actions/cache@v4
3535
with:
3636
path: ~/.cache/pre-commit
3737
key: pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}

0 commit comments

Comments
 (0)