Compare commits

...

1 commit
v0.5.0 ... main

Author SHA1 Message Date
e9601a51be
fix: cicd 2024-07-18 19:42:49 +02:00
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 }}