Skip to content

Commit e1f66f5

Browse files
🔄 synced local '.github/workflows/pullrequest.yml' with remote '.github/workflows/pullrequest.yml'
1 parent b59ac52 commit e1f66f5

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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
35+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
64+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
95+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
133+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
170+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
171171
with:
172172
token: ${{ steps.get_token.outputs.token }}
173173
persist-credentials: false

0 commit comments

Comments
 (0)