Upgrade actions/checkout v3.5.3 -> v3.6.0 (#761)

See:
- https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v360
This commit is contained in:
Picnic-Bot
2023-08-25 09:34:35 +02:00
committed by GitHub
parent e612631cb8
commit 431c3e67ac
7 changed files with 7 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Check out code
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
with:
fetch-depth: 0
persist-credentials: false