diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 76777a3..7a42ad2 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Unshallow run: git fetch --prune --unshallow - name: Set up Go diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index b519887..30bd89d 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -19,7 +19,7 @@ jobs: path: ~/.cache key: pre-commit - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Ensure cache directories diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index 0d6c3f5..11eabf2 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -26,7 +26,7 @@ jobs: path: ~/.cache key: semantic-release - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Install semantic-release and plugins