diff --git a/.github/workflows/codetests.yml b/.github/workflows/codetests.yml index 139a242..c1f5cd7 100644 --- a/.github/workflows/codetests.yml +++ b/.github/workflows/codetests.yml @@ -13,7 +13,7 @@ jobs: os: [macos, windows, ubuntu] runs-on: ${{ matrix.os }}-latest steps: - - uses: actions/checkout@v3.2.0 + - uses: actions/checkout@v4.1.7 - uses: actions/setup-go@v3 with: go-version: stable @@ -33,7 +33,7 @@ jobs: - uses: actions/setup-go@v3 with: go-version: stable - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: golangci-lint uses: golangci/golangci-lint-action@v3 with: @@ -51,7 +51,7 @@ jobs: - uses: actions/setup-go@v3 with: go-version: stable - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: golangci-lint uses: golangci/golangci-lint-action@v3 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e603624..a323b96 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: env: GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: # we need the whole thing so we can count commits. fetch-depth: '0' @@ -118,7 +118,7 @@ jobs: name: Deploy ArchLinux AUR runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: '0' - name: Deploy Aurch AUR @@ -132,7 +132,7 @@ jobs: name: Deploy Homebrew Formula runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: '0' - name: Deploy Homebrew Formula