Merge pull request #62 from vssio/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4
This commit is contained in:
commit
906ec9fccb
2 changed files with 4 additions and 4 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
check-latest: true
|
||||
|
||||
- name: Checkout ${{ github.event.repository.name }}
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install deps
|
||||
run: v install
|
||||
|
|
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
uses: arduino/setup-task@v1
|
||||
|
||||
- name: Checkout ${{ github.event.repository.name }}
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install deps
|
||||
run: task setup
|
||||
|
@ -47,7 +47,7 @@ jobs:
|
|||
uses: arduino/setup-task@v1
|
||||
|
||||
- name: Checkout ${{ github.event.repository.name }}
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install deps
|
||||
run: task setup
|
||||
|
@ -75,7 +75,7 @@ jobs:
|
|||
uses: arduino/setup-task@v1
|
||||
|
||||
- name: Checkout ${{ github.event.repository.name }}
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install deps
|
||||
run: task setup
|
||||
|
|
Loading…
Reference in a new issue