diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 72a577b..c6af395 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -62,7 +62,7 @@ jobs: yaml_changed: ${{ steps.check.outputs.yaml_changed }} steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 2 @@ -102,7 +102,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Read version from YAML file id: read_version @@ -258,7 +258,7 @@ jobs: id-token: write steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Download all firmware artifacts - name: Download all firmware artifacts diff --git a/.github/workflows/minimal-pages.yml b/.github/workflows/minimal-pages.yml index a38cc88..bce1afe 100644 --- a/.github/workflows/minimal-pages.yml +++ b/.github/workflows/minimal-pages.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Find and display all symlinks and hardlinks run: | diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 24bdcde..600bff2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,7 +25,7 @@ jobs: html_url: ${{ steps.run-release-drafter.outputs.html_url }} steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Read version from YAML file id: read_version run: | @@ -70,7 +70,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Debug repository structure run: | @@ -135,7 +135,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Debug link analysis run: |