Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Commit 8866800

Browse files
authored
Merge pull request #23 from Crossbell-Box/renovate/actions-checkout-3.x
chore(deps): update actions/checkout action to v3
2 parents 983ed03 + b1f2682 commit 8866800

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout code
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v3
1313

1414
- name: Checkout tag
1515
run: |

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v3
1616

1717
- name: Install Node.js
1818
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)