diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index e1860a0..b0597f1 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -19,7 +19,7 @@ jobs: if: github.ref != 'refs/heads/release' steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: @@ -38,7 +38,7 @@ jobs: if: github.ref != 'refs/heads/release' steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: hashicorp/setup-terraform@v2 with: @@ -78,7 +78,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Semantic Release uses: cycjimmy/semantic-release-action@v2