diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-02-17 15:51:33 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-17 15:51:33 -0500 |
| commit | 419414d34fc462dcd619544018273338f482dfe9 (patch) | |
| tree | 56f9f1fc7b99bf90633e1b56b6df69ac5d450892 /.github | |
| parent | 6892b66c699ea84a794e40919c80cb7ed8134adc (diff) | |
| download | DLAP-419414d34fc462dcd619544018273338f482dfe9.tar.gz DLAP-419414d34fc462dcd619544018273338f482dfe9.tar.bz2 DLAP-419414d34fc462dcd619544018273338f482dfe9.zip | |
Updated actions/checkout to v4
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/docker-publish-gh.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker-publish-gh.yml b/.github/workflows/docker-publish-gh.yml index e9527fd..532e696 100644 --- a/.github/workflows/docker-publish-gh.yml +++ b/.github/workflows/docker-publish-gh.yml @@ -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 |
