diff options
| author | Jose Quintana <[email protected]> | 2022-07-15 16:23:15 +0200 |
|---|---|---|
| committer | Jose Quintana <[email protected]> | 2022-07-15 16:23:15 +0200 |
| commit | b4785ee6fc6ed17e9fab85720bc458021d929a95 (patch) | |
| tree | 89ffd547fbd9dbb2318ae814f7685f6dd5a8f858 /.github | |
| parent | 0e307449bbe959a903032858f3034ddb362dafb3 (diff) | |
| download | alpine-cgit-b4785ee6fc6ed17e9fab85720bc458021d929a95.tar.xz alpine-cgit-b4785ee6fc6ed17e9fab85720bc458021d929a95.zip | |
chore: nginx 1.23.0
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/devel.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/release.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/devel.yml b/.github/workflows/devel.yml index 49d322f..7527f21 100644 --- a/.github/workflows/devel.yml +++ b/.github/workflows/devel.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 1 - diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 704623f..c1f5490 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up QEMU uses: docker/setup-qemu-action@v1 |
