diff --git a/.github/workflows/autofix-profile.yml b/.github/workflows/autofix-profile.yml index 0c21dc1..1390a66 100644 --- a/.github/workflows/autofix-profile.yml +++ b/.github/workflows/autofix-profile.yml @@ -25,7 +25,7 @@ jobs: permissions: >- {"contents": "write"} - name: Clone - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.branch }} token: ${{ steps.get_installation_token.outputs.token }} diff --git a/.github/workflows/create-new.yml b/.github/workflows/create-new.yml index 9bc3301..1168b77 100644 --- a/.github/workflows/create-new.yml +++ b/.github/workflows/create-new.yml @@ -31,7 +31,7 @@ jobs: permissions: >- {"contents": "write", "pull_requests": "write"} - name: Clone - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: token: ${{ steps.get_installation_token.outputs.token }} - name: Set up Python 3.8 diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 7944713..e398d48 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -20,7 +20,7 @@ jobs: pull-requests: write steps: - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: MegaLinter id: ml diff --git a/.github/workflows/regenerate-profile.yml b/.github/workflows/regenerate-profile.yml index a3c988f..5f79767 100644 --- a/.github/workflows/regenerate-profile.yml +++ b/.github/workflows/regenerate-profile.yml @@ -22,7 +22,7 @@ jobs: permissions: >- {"contents": "write", "pull_requests": "write"} - name: Clone - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: token: ${{ steps.get_installation_token.outputs.token }} - name: Regenerate profiles diff --git a/.github/workflows/update-upstream.yml b/.github/workflows/update-upstream.yml index b63e285..57d133d 100644 --- a/.github/workflows/update-upstream.yml +++ b/.github/workflows/update-upstream.yml @@ -22,7 +22,7 @@ jobs: permissions: >- {"contents": "write", "pull_requests": "write"} - name: Clone - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: token: ${{ steps.get_installation_token.outputs.token }} - name: Set up Python 3.8 diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 4fef240..411a774 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -20,7 +20,7 @@ jobs: contents: read steps: - name: Clone - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Check profile id: check-profile uses: RedHatProductSecurity/trestle-bot/actions/autosync@v0.3.0