Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 3.0.1 to 3.0.2 (#936)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.0.1...v3.0.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 25, 2022
1 parent e5a6e4c commit 2c3e8f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v3.0.1
uses: actions/checkout@v3.0.2

- name: Build
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nix.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Build
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3.0.1
- uses: actions/checkout@v3.0.2
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v17
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
go-version: 1.16
- name: Checkout code
uses: actions/checkout@v3.0.1
uses: actions/checkout@v3.0.2
- name: Get release notes
id: release-notes
run: |
Expand Down

0 comments on commit 2c3e8f7

Please sign in to comment.