diff --git a/.github/workflows/artifact-evaluation.yml b/.github/workflows/artifact-evaluation.yml index 59b0045..90596ee 100644 --- a/.github/workflows/artifact-evaluation.yml +++ b/.github/workflows/artifact-evaluation.yml @@ -14,7 +14,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: "recursive" @@ -46,7 +46,7 @@ jobs: claimnr: [1,2,3,4,5,6,7,8,9] steps: - name: Checkout repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Download artifact uses: actions/download-artifact@v6 diff --git a/.github/workflows/artifact.yml b/.github/workflows/artifact.yml index 8865327..0370485 100644 --- a/.github/workflows/artifact.yml +++ b/.github/workflows/artifact.yml @@ -21,7 +21,7 @@ jobs: echo "IMAGE_ID=ghcr.io/$REPO_OWNER/${{ env.IMAGE_NAME }}" >> $GITHUB_ENV - name: Checkout repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: "recursive"