diff --git a/.github/workflows/build-images.yml b/.github/workflows/build-images.yml index 2d97aeb..e6b8f25 100644 --- a/.github/workflows/build-images.yml +++ b/.github/workflows/build-images.yml @@ -25,7 +25,7 @@ jobs: images: ${{ steps.list.outputs.images }} steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: List available images from .github/images.txt id: list @@ -46,7 +46,7 @@ jobs: fail-fast: false steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Generate sanitized artifact name id: artifact @@ -124,7 +124,7 @@ jobs: tag: ${{ steps.release_info.outputs.tag }} steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # Fetch all history for changelog generation @@ -377,7 +377,7 @@ jobs: fail-fast: false steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Generate sanitized artifact name id: artifact @@ -462,7 +462,7 @@ jobs: contents: write steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Check release and delete if empty run: | diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 8292c6e..57f30e0 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/sync-wiki.yml b/.github/workflows/sync-wiki.yml index 4d2a849..952f1af 100644 --- a/.github/workflows/sync-wiki.yml +++ b/.github/workflows/sync-wiki.yml @@ -15,10 +15,10 @@ jobs: contents: write steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Checkout wiki repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: ${{ github.repository }}.wiki path: wiki-repo