fix: cicd

This commit is contained in:
devthejo 2024-07-18 19:42:49 +02:00
parent 383cef7e60
commit e9601a51be
Signed by: devthejo
GPG key ID: C04215C627711F5C
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ jobs:
- /buildkit-certs:/buildkit-certs
steps:
- name: ⏬ Checkout code repository
uses: actions/checkout@v4
uses: actions/checkout@v4.1.7
- name: 📌 Extract metadata (tags, labels) for Docker
id: meta

View file

@ -30,7 +30,7 @@ jobs:
image: devthefuture/act-runner:latest
steps:
- name: 🎡 Check out the Helm chart repository
uses: actions/checkout@v4
uses: actions/checkout@v4.1.7
with:
repository: "${{ github.repository_owner }}/appsets"
token: ${{ secrets.M8A_ORG_BOT_REPO_TOKEN }}