mirror of
https://github.com/actions/setup-go.git
synced 2025-07-16 12:05:37 -06:00
Bump actions/checkout@v3
This commit is contained in:
parent
341b20ac36
commit
1e1acfee53
5 changed files with 17 additions and 16 deletions
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
operating-system: [ubuntu-latest, windows-latest]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Setup node 16
|
||||
uses: actions/setup-node@v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue