Skip to content

Commit

Permalink
Merge pull request #4 from golobby/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-3

Bump actions/checkout from 2 to 3
  • Loading branch information
miladrahimi authored Jan 5, 2023
2 parents 6cd3a07 + 694240c commit a6c3191
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 @@ -20,7 +20,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v3
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 @@ -39,7 +39,7 @@ jobs:

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 a6c3191

Please sign in to comment.