Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
build(deps): bump actions/checkout from 3.0.1 to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Apr 25, 2022
1 parent 13a50ef commit 972b6d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.0.1
uses: actions/checkout@v3.0.2

- name: Install Go
uses: actions/setup-go@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout
uses: actions/checkout@v3.0.1
uses: actions/checkout@v3.0.2

- name: Install Go
uses: actions/setup-go@v3
Expand Down

0 comments on commit 972b6d3

Please sign in to comment.