ci(github-action)!: Update actions/checkout action to v4

| datasource  | package          | from | to |
| ----------- | ---------------- | ---- | -- |
| github-tags | actions/checkout | v3   | v4 |
This commit is contained in:
smeagol-help 2023-09-04 13:06:18 +00:00
parent 03e6cd3ac2
commit 7284d72a5e

View file

@ -40,7 +40,7 @@ jobs:
private_key: ${{ secrets.app_private_key }} private_key: ${{ secrets.app_private_key }}
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with: with:
token: '${{ steps.generate-token.outputs.token }}' token: '${{ steps.generate-token.outputs.token }}'