⬆️ Update actions/checkout action to v3.5.3

| datasource  | package          | from   | to     |
| ----------- | ---------------- | ------ | ------ |
| github-tags | actions/checkout | v3.5.2 | v3.5.3 |
This commit is contained in:
feisar-bot
2023-06-09 15:17:27 +00:00
parent 47a4ef9313
commit ced4281d12
5 changed files with 7 additions and 7 deletions

View File

@@ -25,7 +25,7 @@ jobs:
private_key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"
- name: Checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
token: "${{ steps.generate-token.outputs.token }}"
@@ -55,12 +55,12 @@ jobs:
private_key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"
- name: Checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
token: "${{ steps.generate-token.outputs.token }}"
- name: Checkout default branch
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
token: "${{ steps.generate-token.outputs.token }}"
ref: "${{ github.event.repository.default_branch }}"