chore(deps): update actions/checkout action to v4
This commit is contained in:
parent
76a542a4a1
commit
45f1ae588a
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
|
check-latest: true
|
||||||
|
|
||||||
- name: Checkout ${{ github.event.repository.name }}
|
- name: Checkout ${{ github.event.repository.name }}
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install deps
|
- name: Install deps
|
||||||
run: v install
|
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
|
uses: arduino/setup-task@v1
|
||||||
|
|
||||||
- name: Checkout ${{ github.event.repository.name }}
|
- name: Checkout ${{ github.event.repository.name }}
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install deps
|
- name: Install deps
|
||||||
run: task setup
|
run: task setup
|
||||||
|
@ -47,7 +47,7 @@ jobs:
|
||||||
uses: arduino/setup-task@v1
|
uses: arduino/setup-task@v1
|
||||||
|
|
||||||
- name: Checkout ${{ github.event.repository.name }}
|
- name: Checkout ${{ github.event.repository.name }}
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install deps
|
- name: Install deps
|
||||||
run: task setup
|
run: task setup
|
||||||
|
@ -75,7 +75,7 @@ jobs:
|
||||||
uses: arduino/setup-task@v1
|
uses: arduino/setup-task@v1
|
||||||
|
|
||||||
- name: Checkout ${{ github.event.repository.name }}
|
- name: Checkout ${{ github.event.repository.name }}
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install deps
|
- name: Install deps
|
||||||
run: task setup
|
run: task setup
|
||||||
|
|
Loading…
Add table
Reference in a new issue