diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6a498f9..d7aa223 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,7 +41,7 @@ jobs: os: [ ubuntu-latest, macos-latest ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: # Fetch all tags fetch-depth: 0 @@ -71,7 +71,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: # Fetch all tags fetch-depth: 0 @@ -100,7 +100,7 @@ jobs: (github.ref == 'refs/heads/main' || startsWith(github.event.ref, 'refs/tags')) steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: # Fetch all tags fetch-depth: 0