Skip to content

Commit 008e517

Browse files
authored
Merge pull request #45 from renovate-bot/renovate/actions-checkout-3.x
Update actions/checkout action to v3.5.0
2 parents b188496 + f4195df commit 008e517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
16+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
1717

1818
- name: Set up Node.js ${{ env.NODE_VERSION }}
1919
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0

0 commit comments

Comments
 (0)