Upgrade actions/checkout v4.1.0 -> v4.1.1 (#845)

See:
- https://github.com/actions/checkout/releases/tag/v4.1.1
This commit is contained in:
Picnic-Bot
2023-10-18 08:17:15 +02:00
committed by GitHub
parent 82c0dd95ce
commit 3a76f91d18
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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0
persist-credentials: false