From 7120a15bf893f3321112d04db81303de9802c1b8 Mon Sep 17 00:00:00 2001 From: Cookie Monster Date: Thu, 7 Nov 2024 10:29:06 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/check.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index a702f64..27a2066 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -18,7 +18,7 @@ jobs: packages: read steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Check Terraform format run: terraform fmt -check=true lint: @@ -32,7 +32,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Check TF lint run: tflint validate: @@ -46,7 +46,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Inject additional provider uses: "finnp/create-file-action@master" env: