ci(deps): update actions/checkout action to v4.1.1

This commit is contained in:
Renovate Bot 2023-12-08 12:46:49 +00:00
parent 59b7449de9
commit 5ec154bd85
No known key found for this signature in database
GPG key ID: 8AC4BEEB5900F976

View file

@ -25,7 +25,7 @@ jobs:
steps: steps:
- run: cat /etc/os-release - run: cat /etc/os-release
- uses: actions/checkout@v4 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with: with:
show-progress: false show-progress: false
@ -44,7 +44,7 @@ jobs:
- run: ps axf - run: ps axf
- uses: actions/checkout@v4 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with: with:
show-progress: false show-progress: false
fetch-depth: 0 fetch-depth: 0
@ -85,7 +85,7 @@ jobs:
steps: steps:
- run: cat /etc/os-release - run: cat /etc/os-release
- uses: actions/checkout@v4 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with: with:
show-progress: false show-progress: false
fetch-depth: 0 fetch-depth: 0
@ -151,7 +151,7 @@ jobs:
if: ${{ github.ref_type == 'tag' }} if: ${{ github.ref_type == 'tag' }}
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with: with:
show-progress: false show-progress: false