Skip to content

Commit 1dc133f

Browse files
renovate[bot]AnirudhKonduru
authored andcommitted
chore(deps): pin actions/checkout action to 11bd719
1 parent abcac05 commit 1dc133f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
new-version: ${{ steps.check.outputs.new-version }}
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1717

1818
- name: Check for new npm version
1919
id: check
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
steps:
4242
- name: Checkout
43-
uses: actions/checkout@v4
43+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4444

4545
- name: Simulate update (if needed)
4646
if: needs.check-version.outputs.needs-update == 'true'

0 commit comments

Comments
 (0)