diff --git a/.forgejo/workflows/generate-lockfile.yml b/.forgejo/workflows/generate-lockfile.yml index 9c4547cef3..663cec452c 100644 --- a/.forgejo/workflows/generate-lockfile.yml +++ b/.forgejo/workflows/generate-lockfile.yml @@ -20,7 +20,9 @@ jobs: CI_ALPINE_TARGET_RELEASE: edge steps: - name: Environment setup - run: apk add nodejs git cabal patch + run: | + apk upgrade -a + apk add nodejs git cabal patch - name: Repo pull uses: actions/checkout@v4 with: @@ -46,7 +48,9 @@ jobs: CI_ALPINE_TARGET_RELEASE: v3.21 steps: - name: Environment setup - run: apk add nodejs git cabal patch + run: | + apk upgrade -a + apk add nodejs git cabal patch - name: Repo pull uses: actions/checkout@v4 with: