Projects STRLCPY fzf Commits b3570bfc
🤬
  • Bump actions/setup-go from 3.0.0 to 3.3.0

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.0.0 to 3.3.0.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](https://github.com/actions/setup-go/compare/f6164bd8c8acb4a71fb2791a8b6c4024ff038dab...268d8c0ca0432bb2cf416faae41297df9d262d7f)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
  • Loading...
  • dependabot[bot] committed with GitHub 2 years ago
    b3570bfc
    1 parent e03ac313
  • ■ ■ ■ ■
    .github/workflows/linux.yml
    skipped 19 lines
    20 20   fetch-depth: 0
    21 21   
    22 22   - name: Set up Go
    23  - uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2
     23 + uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f # v2
    24 24   with:
    25 25   go-version: 1.19
    26 26   
    skipped 20 lines
  • ■ ■ ■ ■
    .github/workflows/macos.yml
    skipped 19 lines
    20 20   fetch-depth: 0
    21 21   
    22 22   - name: Set up Go
    23  - uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2
     23 + uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f # v2
    24 24   with:
    25 25   go-version: 1.18
    26 26   
    skipped 20 lines
Please wait...
Page is in error, reload to recover