Skip to content

Commit

Permalink
Merge pull request #62 from vssio/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/checkout action to v4
  • Loading branch information
zztkm authored Mar 9, 2024
2 parents c28a362 + 45f1ae5 commit 906ec9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 906ec9f

Please sign in to comment.