diff --git a/.github/workflows/release-tip.yml b/.github/workflows/release-tip.yml index ab3963725..40f19995b 100644 --- a/.github/workflows/release-tip.yml +++ b/.github/workflows/release-tip.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest needs: [flatpak, build-macos] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Tip Tag run: | git config user.name "GitHub Actions Bot" @@ -33,7 +33,7 @@ jobs: matrix: arch: [x86_64, aarch64] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: recursive fetch-depth: 0 @@ -76,7 +76,7 @@ jobs: AGREE: "true" steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: recursive fetch-depth: 0 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7cd20f28f..f8430cd47 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: AGREE: "true" steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: recursive fetch-depth: 0 @@ -48,7 +48,7 @@ jobs: AGREE: "true" steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: recursive fetch-depth: 0 @@ -76,7 +76,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: recursive fetch-depth: 0