Skip to content

Commit

Permalink
Bump actions/checkout from 2 to 2.3.4 (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 21, 2021
1 parent ff4dc21 commit ff3a060
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4
- name: Linting
uses: golangci/golangci-lint-action@v2.5.2
with:
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 @@ -35,7 +35,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down

0 comments on commit ff3a060

Please sign in to comment.