mirror of
https://github.com/bitnami/containers.git
synced 2026-03-14 06:48:11 +08:00
Use checkout v3 on action
Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com>
This commit is contained in:
2
.github/workflows/sync.yaml
vendored
2
.github/workflows/sync.yaml
vendored
@@ -10,7 +10,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout bitnami/containers
|
- name: Checkout bitnami/containers
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.BITNAMI_BOT_SECRET }}
|
token: ${{ secrets.BITNAMI_BOT_SECRET }}
|
||||||
- name: Fetch
|
- name: Fetch
|
||||||
|
|||||||
Reference in New Issue
Block a user