⬆️ Update actions/checkout action to v3.6.0

| datasource  | package          | from   | to     |
| ----------- | ---------------- | ------ | ------ |
| github-tags | actions/checkout | v3.5.3 | v3.6.0 |
This commit is contained in:
feisar-bot
2023-08-24 14:15:41 +00:00
parent 50c9e4e11d
commit b74b307c2d
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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
with:
token: "${{ steps.generate-token.outputs.token }}"
@@ -55,12 +55,12 @@ jobs:
private_key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
with:
token: "${{ steps.generate-token.outputs.token }}"
- name: Checkout default branch
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
with:
token: "${{ steps.generate-token.outputs.token }}"
ref: "${{ github.event.repository.default_branch }}"