@@ -33,15 +33,15 @@ jobs:
3333
3434 - name : Git checkout
3535 if : github.event_name == 'push'
36- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
3737 with :
3838 fetch-depth : 1
3939 sparse-checkout : .
4040 persist-credentials : false
4141
4242 - name : Git checkout (full-history)
4343 if : github.event_name == 'pull_request'
44- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
44+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
4545 with :
4646 fetch-depth : 0
4747 sparse-checkout : .
8080 github.com:443
8181
8282 - name : Git checkout
83- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
83+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
8484 with :
8585 fetch-depth : ${{ github.event_name == 'pull_request' && 1 || 2 }}
8686 repository : ${{ github.event.pull_request.head.repo.full_name }}
@@ -123,7 +123,7 @@ jobs:
123123 registry.npmjs.org:443
124124
125125 - name : Git checkout
126- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
126+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
127127 with :
128128 persist-credentials : false
129129
@@ -156,7 +156,7 @@ jobs:
156156 storage.googleapis.com:443
157157
158158 - name : Git checkout
159- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
159+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
160160 with :
161161 persist-credentials : false
162162
@@ -199,7 +199,7 @@ jobs:
199199 registry.npmjs.org:443
200200
201201 - name : Git checkout
202- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
202+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
203203 with :
204204 persist-credentials : false
205205
0 commit comments