mirror of
https://code.forgejo.org/actions/setup-go.git
synced 2026-08-28 13:04:57 -04: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…
Reference in a new issue