diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 38e9707..fb0b273 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -17,7 +17,7 @@ jobs: directories: ${{ steps.dirs.outputs.directories }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Get root directories id: dirs @@ -40,7 +40,7 @@ jobs: rm -rf /opt/hostedtoolcache/go - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Terraform min/max versions id: minMax @@ -80,7 +80,7 @@ jobs: rm -rf /opt/hostedtoolcache/go - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ github.event.pull_request.head.ref }} repository: ${{github.event.pull_request.head.repo.full_name}} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8f6ee4a..e98a498 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: if: github.repository_owner == 'devops-ia' steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: persist-credentials: false fetch-depth: 0