mirror of
https://code.forgejo.org/actions/setup-forgejo.git
synced 2024-12-25 22:32:12 -05:00
Update code.forgejo.org/oci/alpine Docker tag to v3.20
This commit is contained in:
parent
a9085d880c
commit
b9fbc13867
1 changed files with 1 additions and 1 deletions
2
testdata/demo/.forgejo/workflows/test.yml
vendored
2
testdata/demo/.forgejo/workflows/test.yml
vendored
|
@ -3,7 +3,7 @@ jobs:
|
|||
ls:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: code.forgejo.org/oci/alpine:3.19
|
||||
image: code.forgejo.org/oci/alpine:3.20
|
||||
steps:
|
||||
- run: |
|
||||
echo ${{ github.workspace }}
|
||||
|
|
Loading…
Reference in a new issue