diff --git a/.github/workflows/labels-from-yml.yml b/.github/workflows/labels-from-yml.yml index f8bffea4..74f25786 100644 --- a/.github/workflows/labels-from-yml.yml +++ b/.github/workflows/labels-from-yml.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Run Labeler uses: crazy-max/ghaction-github-labeler@v5 diff --git a/.github/workflows/merge-announce.yml b/.github/workflows/merge-announce.yml index 3201481c..183496b9 100644 --- a/.github/workflows/merge-announce.yml +++ b/.github/workflows/merge-announce.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Get repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ github.event.pull_request.head.sha }} - name: Send push to Discord diff --git a/.github/workflows/pdf-at-pr.yaml b/.github/workflows/pdf-at-pr.yaml index 82d12289..21479143 100644 --- a/.github/workflows/pdf-at-pr.yaml +++ b/.github/workflows/pdf-at-pr.yaml @@ -15,13 +15,13 @@ jobs: steps: - name: Checkout PR branch (documentation) - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ github.event.pull_request.head.sha }} path: documentation - name: Checkout `www` branch - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: www path: www diff --git a/.github/workflows/pr-announce.yml b/.github/workflows/pr-announce.yml index b6a8e280..7fcf1ef0 100644 --- a/.github/workflows/pr-announce.yml +++ b/.github/workflows/pr-announce.yml @@ -10,7 +10,7 @@ jobs: if: ${{ github.repository_owner == 'Armbian' }} steps: - name: Get repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ github.event.pull_request.head.sha }} - name: Discord webhook diff --git a/.github/workflows/pr-auto-labeler.yml b/.github/workflows/pr-auto-labeler.yml index cf130991..c34d82e6 100644 --- a/.github/workflows/pr-auto-labeler.yml +++ b/.github/workflows/pr-auto-labeler.yml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/labeler@v5 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/.github/workflows/pull-from-armbian-config.yml b/.github/workflows/pull-from-armbian-config.yml index fb3f1dca..b47c16d1 100644 --- a/.github/workflows/pull-from-armbian-config.yml +++ b/.github/workflows/pull-from-armbian-config.yml @@ -15,13 +15,13 @@ jobs: steps: - name: Checkout main documentation - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: 'armbian/documentation' path: 'documentation' - name: Checkout Armbian config repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: 'armbian/configng' path: 'config' diff --git a/.github/workflows/pull-mirrors-from-db.yml b/.github/workflows/pull-mirrors-from-db.yml index a914905a..86b0e42b 100644 --- a/.github/workflows/pull-mirrors-from-db.yml +++ b/.github/workflows/pull-mirrors-from-db.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout main documentation - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: 'armbian/documentation' path: 'documentation' diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d50d3d19..b183777b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: ref: main fetch-depth: 1