diff --git a/.github/workflows/build-arch-emu.yaml b/.github/workflows/build-arch-emu.yaml index a864cd7949..c5b62f06d4 100644 --- a/.github/workflows/build-arch-emu.yaml +++ b/.github/workflows/build-arch-emu.yaml @@ -36,7 +36,7 @@ jobs: run: lscpu - name: checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 # shell: bash - name: install dependencies diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c3523ac8d0..3ca31025bc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2.0.0 + uses: actions/checkout@v6 - name: Install tools for build run: | @@ -47,7 +47,7 @@ jobs: make test_coverage - name: Deploy - uses: JamesIves/github-pages-deploy-action@4.1.1 + uses: JamesIves/github-pages-deploy-action@4 if: matrix.config.deployit && github.event_name == 'push' && github.ref == 'refs/heads/stable' with: branch: gh-pages @@ -55,7 +55,7 @@ jobs: single-commit: true - name: Save output - uses: actions/upload-artifact@v4.6.0 + uses: actions/upload-artifact@v7 if: matrix.config.deployit with: name: test_coverage @@ -74,7 +74,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2.0.0 + uses: actions/checkout@v6 - name: Install dependencies run: |