Pin dependencies

This commit is contained in:
Renovate Bot 2024-03-24 13:49:05 +00:00
parent 81acf16f38
commit 42d78684fb
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ jobs:
REPO_OWNER: cluster REPO_OWNER: cluster
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Fetch tags - name: Fetch tags
run: git fetch --tags origin run: git fetch --tags origin
- name: Get mlflow version - name: Get mlflow version
@ -36,7 +36,7 @@ jobs:
echo "tag_exists=false" >> $GITHUB_OUTPUT echo "tag_exists=false" >> $GITHUB_OUTPUT
fi fi
- name: Login to Registry - name: Login to Registry
uses: docker/login-action@v3 uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3
if: steps.create.outputs.tag_exists == 'false' if: steps.create.outputs.tag_exists == 'false'
with: with:
registry: git.namesny.com registry: git.namesny.com