diff --git a/.github/workflows/local.yml b/.github/workflows/local.yml index 6eb6a50..0eb0e30 100644 --- a/.github/workflows/local.yml +++ b/.github/workflows/local.yml @@ -15,7 +15,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Fail if rebuilding produce a dirty repo run: | diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index 92c8162..a83d175 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -13,7 +13,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Test XVFB uses: GabrielBB/xvfb-action@v1.6 with: