Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 2.3.4 to 2.3.5 (#55)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2.3.4...v2.3.5)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 15, 2021
1 parent 9ea8404 commit 9072a65
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
analyse:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
- uses: actions/setup-go@v2
with:
go-version: 1.15
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
- uses: actions/setup-go@v2
with:
go-version: 1.16
Expand All @@ -31,7 +31,7 @@ jobs:
platform: [ linux ]
arch: [ amd64, arm, arm64 ]
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
- uses: actions/setup-go@v2
with:
go-version: 1.16
Expand All @@ -57,7 +57,7 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
- uses: actions/download-artifact@v2
with:
name: pinger-linux-arm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/[email protected].4
uses: actions/[email protected].5

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
- uses: actions/setup-go@v2
with:
go-version: 1.16
Expand All @@ -29,7 +29,7 @@ jobs:
platform: [ linux ]
arch: [ amd64, arm, arm64 ]
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
- uses: actions/setup-go@v2
with:
go-version: 1.16
Expand All @@ -55,7 +55,7 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
- uses: actions/download-artifact@v2
with:
name: pinger-linux-arm
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
- uses: actions/download-artifact@v2
with:
path: ./artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
- uses: actions/setup-go@v2
with:
go-version: 1.15
Expand Down

0 comments on commit 9072a65

Please sign in to comment.