Skip to content

Commit

Permalink
Upgrade to actions/checkout@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotwutingfeng committed May 10, 2023
1 parent 898dc97 commit d044c5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
name: A job to count the lines of code.
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Get the lines of code.
id: scc
uses: iryanbell/scc-docker-action@v1.0.2
Expand Down

0 comments on commit d044c5a

Please sign in to comment.