Skip to content

Commit b188496

Browse files
authored
Merge pull request #44 from renovate-bot/renovate/actions-checkout-3.x
Update actions/checkout action to v3.4.0
2 parents f38c64a + 8933226 commit b188496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
16+
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.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)