diff --git a/.github/workflows/BuildDockerPush.yml b/.github/workflows/BuildDockerPush.yml index 7414ef7..350f0c5 100644 --- a/.github/workflows/BuildDockerPush.yml +++ b/.github/workflows/BuildDockerPush.yml @@ -41,7 +41,7 @@ jobs: # Checkout code # https://github.com/marketplace/actions/checkout - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: # Get all history for version calculation fetch-depth: 0 @@ -85,7 +85,7 @@ jobs: # Checkout code # https://github.com/marketplace/actions/checkout - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Setup QEMU for multi architecture builds # https://github.com/marketplace/actions/docker-setup-qemu @@ -161,7 +161,7 @@ jobs: # https://github.com/marketplace/actions/upload-a-build-artifact - name: Upload version artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: versions path: ${{ runner.temp }}/version.info @@ -177,11 +177,11 @@ jobs: # https://github.com/marketplace/actions/checkout - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 # https://github.com/marketplace/actions/download-a-build-artifact - name: Download version artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: versions path: ${{ runner.temp }}/versions @@ -213,7 +213,7 @@ jobs: # https://github.com/marketplace/actions/checkout - name: Checkout Code - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Create GitHub release # https://github.com/marketplace/actions/gh-release diff --git a/.github/workflows/CheckUpstreamRelease.yml b/.github/workflows/CheckUpstreamRelease.yml index 928b0f8..9814948 100644 --- a/.github/workflows/CheckUpstreamRelease.yml +++ b/.github/workflows/CheckUpstreamRelease.yml @@ -62,7 +62,7 @@ jobs: # Checkout code # https://github.com/marketplace/actions/checkout - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Run workflow # https://cli.github.com/manual/gh_workflow_run