diff --git a/.github/workflows/archived_lint-checks.yaml b/.github/workflows/archived_lint-checks.yaml index eef6161035..4079324a5b 100644 --- a/.github/workflows/archived_lint-checks.yaml +++ b/.github/workflows/archived_lint-checks.yaml @@ -13,7 +13,7 @@ jobs: container: ghcr.io/hadolint/hadolint:latest-alpine steps: - name: ↩️ Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Get changed files id: changed_files @@ -34,7 +34,7 @@ jobs: container: koalaman/shellcheck-alpine:latest steps: - name: ↩️ Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Get changed files id: changed_files @@ -54,7 +54,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ↩️ Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0 diff --git a/.github/workflows/daily_README.yaml b/.github/workflows/daily_README.yaml index a263474f57..53bb4e30fc 100644 --- a/.github/workflows/daily_README.yaml +++ b/.github/workflows/daily_README.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install jq + yq (v4) run: | diff --git a/.github/workflows/generate_stargazer_map.yml b/.github/workflows/generate_stargazer_map.yml index 88166ec318..539bf2b2e8 100644 --- a/.github/workflows/generate_stargazer_map.yml +++ b/.github/workflows/generate_stargazer_map.yml @@ -9,7 +9,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up Python uses: actions/setup-python@v6 diff --git a/.github/workflows/helper_stats_graphs.yaml b/.github/workflows/helper_stats_graphs.yaml index df0b56aa09..a43655ee85 100644 --- a/.github/workflows/helper_stats_graphs.yaml +++ b/.github/workflows/helper_stats_graphs.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install apps run: | git pull --rebase origin master diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cd4b506d64..b7981ac663 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -82,7 +82,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/on_issues.yml b/.github/workflows/on_issues.yml index 2cce8a5ad9..3bd5e4c2d6 100644 --- a/.github/workflows/on_issues.yml +++ b/.github/workflows/on_issues.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Assign issues run: | # Init diff --git a/.github/workflows/on_issues_ping_submitter.yml b/.github/workflows/on_issues_ping_submitter.yml index 2e383d7dbc..c5a9bcad68 100644 --- a/.github/workflows/on_issues_ping_submitter.yml +++ b/.github/workflows/on_issues_ping_submitter.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Ping mapped submitter when add-on is mentioned env: diff --git a/.github/workflows/onpr_check-pr.yaml b/.github/workflows/onpr_check-pr.yaml index dffe455739..0722a95556 100644 --- a/.github/workflows/onpr_check-pr.yaml +++ b/.github/workflows/onpr_check-pr.yaml @@ -18,7 +18,7 @@ jobs: changedChangelogFiles: ${{ steps.changed-files.outputs.changelogs_files }} steps: - name: Checkout repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Find changed addon directories id: find_addons run: | @@ -72,7 +72,7 @@ jobs: addon: ${{ fromJSON(needs.check-addon-changes.outputs.changedAddons) }} steps: - name: ↩️ Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: 🔎 Run Home Assistant Add-on Lint uses: frenck/action-addon-linter@v2 @@ -90,7 +90,7 @@ jobs: addon: ${{ fromJSON(needs.check-addon-changes.outputs.changedAddons) }} steps: - name: ↩️ Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: ℹ️ Gather addon info id: information diff --git a/.github/workflows/onpush_builder.yaml b/.github/workflows/onpush_builder.yaml index c5e7390b30..91f7aff815 100644 --- a/.github/workflows/onpush_builder.yaml +++ b/.github/workflows/onpush_builder.yaml @@ -22,7 +22,7 @@ jobs: changedAddons: ${{ steps.find_addons.outputs.changed_addons }} steps: - name: Checkout repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -56,7 +56,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 @@ -108,7 +108,7 @@ jobs: matrix: addon: ${{ fromJSON(needs.detect-changed-addons.outputs.changedAddons) }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Run Home Assistant Add-on Lint uses: frenck/action-addon-linter@v2 with: @@ -133,7 +133,7 @@ jobs: - arch: aarch64 runner: ubuntu-24.04-arm steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: persist-credentials: false @@ -331,7 +331,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 @@ -402,7 +402,7 @@ jobs: contents: write steps: - name: Checkout repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/weekly_crlftolf.yaml b/.github/workflows/weekly_crlftolf.yaml index cb37ec7120..875f700fbb 100644 --- a/.github/workflows/weekly_crlftolf.yaml +++ b/.github/workflows/weekly_crlftolf.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository contents - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Use action to check for CRLF endings uses: erclu/check-crlf@v1 @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest # Use a Linux runner steps: - name: Checkout repository contents - uses: actions/checkout@v6 # Use the checkout action + uses: actions/checkout@v7 # Use the checkout action - name: Find files with CRLF endings uses: erclu/check-crlf@v1.2.0 # Use the check-crlf action id: check-crlf # Assign an id to this step diff --git a/.github/workflows/weekly_reduceimagesize.yml b/.github/workflows/weekly_reduceimagesize.yml index 65e4f07fbd..eb59587ec8 100644 --- a/.github/workflows/weekly_reduceimagesize.yml +++ b/.github/workflows/weekly_reduceimagesize.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Compress Images id: calibre diff --git a/.github/workflows/weekly_stats.yaml b/.github/workflows/weekly_stats.yaml index a7bb9f69f2..238518f19a 100644 --- a/.github/workflows/weekly_stats.yaml +++ b/.github/workflows/weekly_stats.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Create stats run: | echo "Starting"