diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index c7a0b2c..05d6e23 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it + uses: actions/checkout@v4 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - name: Fetch all tags run: git fetch --force --tags diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e926344..b46f437 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: echo "$GITHUB_CONTEXT" - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -68,7 +68,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0