diff options
| author | Mar0xy <marie@kaifa.ch> | 2023-09-26 02:26:30 +0200 |
|---|---|---|
| committer | Mar0xy <marie@kaifa.ch> | 2023-09-26 02:26:30 +0200 |
| commit | 8595a325ceb24e5a3e2710c2dc78d821f45181bd (patch) | |
| tree | afbce0c498dfd3b324dc30c8dfba847d07117c6a /.github/workflows/docker.yml | |
| parent | fix: expiredafter time on poll (diff) | |
| parent | build(deps): bump actions/checkout from 4.0.0 to 4.1.0 (#11900) (diff) | |
| download | sharkey-8595a325ceb24e5a3e2710c2dc78d821f45181bd.tar.gz sharkey-8595a325ceb24e5a3e2710c2dc78d821f45181bd.tar.bz2 sharkey-8595a325ceb24e5a3e2710c2dc78d821f45181bd.zip | |
merge: upstream
Diffstat (limited to '.github/workflows/docker.yml')
| -rw-r--r-- | .github/workflows/docker.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 923972eabf..4f9ae202da 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Check out the repo - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 - name: Set up Docker Buildx id: buildx uses: docker/setup-buildx-action@v3.0.0 |