diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f39845a..00320a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout" - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout" - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -59,7 +59,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout" - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -105,7 +105,7 @@ jobs: new-release-published: ${{ steps.release.outputs.new-release-published }} steps: - name: "Checkout" - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: "master"