Skip to content

Commit 142f045

Browse files
committed
Migrated the hausgold/actions@v2.
Signed-off-by: Hermann Mayer <hermann.mayer92@gmail.com>
1 parent 5eeb902 commit 142f045

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/package.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,13 @@ jobs:
2323
- 24
2424
- 22
2525
steps:
26-
- name: Prepare the virtual environment
27-
uses: hausgold/actions/ci@master
26+
- name: Prepare the environment
27+
uses: hausgold/actions/ci@v2
2828
with:
2929
clone_token: '${{ secrets.CLONE_TOKEN }}'
3030
settings_secret_key: '${{ secrets.SETTINGS_SECRET_KEY }}'
3131
settings: '${{ github.repository }}'
32-
target: ci/noop
33-
- uses: actions/checkout@v4
32+
target: ci/docker
3433

3534
- name: Configure IMAGE_REF
3635
run: var IMAGE_REF '${{ matrix.version }}'

0 commit comments

Comments
 (0)