Skip to content

Commit 38565a7

Browse files
🔄 synced local '.github/workflows/pullrequest.yml' with remote '.github/workflows/pullrequest.yml'
1 parent f837ae8 commit 38565a7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎.github/workflows/pullrequest.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
github.com:443
3333
3434
- name: Checkout & Authentication
35-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
35+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
3636
with:
3737
persist-credentials: false
3838
fetch-depth: 0
@@ -61,7 +61,7 @@ jobs:
6161

6262
# More info: https://github.com/actions/checkout.
6363
- name: Checkout & Authentication
64-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
64+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
6565
with:
6666
fetch-depth: 0
6767

@@ -92,7 +92,7 @@ jobs:
9292

9393
# More info: https://github.com/actions/checkout.
9494
- name: Checkout & Authentication
95-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
95+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
9696
with:
9797
token: ${{ steps.get_token.outputs.token }}
9898
persist-credentials: false
@@ -130,7 +130,7 @@ jobs:
130130

131131
# More info: https://github.com/actions/checkout.
132132
- name: Checkout & Authentication
133-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
133+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
134134
with:
135135
token: ${{ steps.get_token.outputs.token }}
136136
persist-credentials: false
@@ -167,7 +167,7 @@ jobs:
167167

168168
# More info: https://github.com/actions/checkout.
169169
- name: Checkout & Authentication
170-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
170+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
171171
with:
172172
token: ${{ steps.get_token.outputs.token }}
173173
persist-credentials: false

0 commit comments

Comments
 (0)