diff --git a/.github/workflows/pr-check.yaml b/.github/workflows/pr-check.yaml index cc2f22cf..34e00ac5 100644 --- a/.github/workflows/pr-check.yaml +++ b/.github/workflows/pr-check.yaml @@ -22,7 +22,7 @@ jobs: runs-on: ${{matrix.runners}} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set arch environment variable run: | if [[ ${{matrix.runners}} == 'ubuntu-22.04' ]]; then @@ -67,7 +67,7 @@ jobs: echo arch="arm64" >> $GITHUB_ENV fi - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Free runner space run: sudo rm -rf /usr/local/lib/android - name: Cleanup docker images diff --git a/.github/workflows/ubi9-build.yaml b/.github/workflows/ubi9-build.yaml index 32a9c114..98aac827 100644 --- a/.github/workflows/ubi9-build.yaml +++ b/.github/workflows/ubi9-build.yaml @@ -28,7 +28,7 @@ jobs: runs-on: ${{matrix.runners}} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set arch environment variable run: | if [[ ${{matrix.runners}} == 'ubuntu-22.04' ]]; then @@ -62,7 +62,7 @@ jobs: needs: build-base-image steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set short_sha environment variable run: echo short_sha="$(git rev-parse --short=7 HEAD)" >> $GITHUB_ENV - name: Login to Quay.io @@ -100,7 +100,7 @@ jobs: needs: publish-base-image steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set arch environment variable run: | if [[ ${{matrix.runners}} == 'ubuntu-22.04' ]]; then @@ -134,7 +134,7 @@ jobs: needs: build-udi steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set short_sha environment variable run: echo short_sha="$(git rev-parse --short=7 HEAD)" >> $GITHUB_ENV - name: Login to Quay.io