diff --git a/.github/workflows/build-container.yml b/.github/workflows/build-container.yml index 2661f19..3efc761 100644 --- a/.github/workflows/build-container.yml +++ b/.github/workflows/build-container.yml @@ -11,7 +11,7 @@ jobs: timeout-minutes: 12 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a76c002..b078ea8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: timeout-minutes: 12 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: recursive fetch-depth: 0