diff --git a/.github/workflows/prettier-md.yml b/.github/workflows/prettier-md.yml index 95ea268..4c82a36 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@v3 + uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c88448e..51b5e65 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@v3.0.2 + - uses: actions/checkout@v4.2.0 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@v3.0.2 + - uses: actions/checkout@v4.2.0 with: ref: main diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index 06826e6..626de48 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@v3 + - uses: actions/checkout@v4 - uses: hashicorp/setup-terraform@v2 - name: fmt