mirror of
https://github.com/Alee14/DLAP.git
synced 2025-01-22 10:52:03 -05:00
Updated actions/checkout to v4
This commit is contained in:
parent
6892b66c69
commit
419414d34f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-publish-gh.yml
vendored
2
.github/workflows/docker-publish-gh.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
# Install the cosign tool except on PR
|
||||
# https://github.com/sigstore/cosign-installer
|
||||
|
|
Loading…
Reference in a new issue