diff --git a/.github/workflows/prettier-md.yml b/.github/workflows/prettier-md.yml index 9b0e162..95ea268 100644 --- a/.github/workflows/prettier-md.yml +++ b/.github/workflows/prettier-md.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Git checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 33eee31..c88448e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest name: create release draft steps: - - uses: actions/checkout@v2.4.2 + - uses: actions/checkout@v3.0.2 with: fetch-depth: 0 @@ -54,7 +54,7 @@ jobs: # do a second checkout to prevent race situation # changelog gets updated but action works on old commit id - - uses: actions/checkout@v2.4.2 + - uses: actions/checkout@v3.0.2 with: ref: main diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index f0c3f67..06826e6 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -9,7 +9,7 @@ jobs: steps: # Important: This sets up your GITHUB_WORKSPACE environment variable - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: hashicorp/setup-terraform@v2 - name: fmt