Skip to content

Commit

Permalink
Merge pull request #16 from savannahghi/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-3

chore(deps): bump actions/checkout from 2 to 3
  • Loading branch information
daviddexter committed Mar 29, 2022
2 parents 8cb5f3d + ff9a4bd commit 2a85b98
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 @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
timeout-minutes: 80
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v2
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 @@ -26,7 +26,7 @@ jobs:
language: ["go"]
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

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

0 comments on commit 2a85b98

Please sign in to comment.