diff --git a/.forgejo/workflows/end-to-end.yml b/.forgejo/workflows/end-to-end.yml index d5d877f6..eab71f76 100644 --- a/.forgejo/workflows/end-to-end.yml +++ b/.forgejo/workflows/end-to-end.yml @@ -15,7 +15,7 @@ jobs: build: runs-on: docker container: - image: 'data.forgejo.org/oci/node:24-bookworm' + image: 'data.forgejo.org/oci/node:24-trixie' outputs: built: "${{ steps.build.outputs.built }}" forgejo_versions_json: "${{ steps.build.outputs.forgejo_versions_json }}" diff --git a/actions/example-shell/.forgejo/workflows/test.yml b/actions/example-shell/.forgejo/workflows/test.yml index b62cbb85..5dad0b6e 100644 --- a/actions/example-shell/.forgejo/workflows/test.yml +++ b/actions/example-shell/.forgejo/workflows/test.yml @@ -58,7 +58,7 @@ jobs: needs: [python] runs-on: docker container: - image: data.forgejo.org/oci/node:22-trixie + image: data.forgejo.org/oci/node:22-bookworm steps: - name: default is bash run: | diff --git a/actions/example-workflow-call-expansion/.forgejo/workflows/reusable-layer-1.yml b/actions/example-workflow-call-expansion/.forgejo/workflows/reusable-layer-1.yml index 9cb32fe4..649392c1 100644 --- a/actions/example-workflow-call-expansion/.forgejo/workflows/reusable-layer-1.yml +++ b/actions/example-workflow-call-expansion/.forgejo/workflows/reusable-layer-1.yml @@ -23,7 +23,7 @@ jobs: outputs: job-output: callee-1-output container: - image: data.forgejo.org/oci/node:22-trixie + image: data.forgejo.org/oci/node:22-bookworm volumes: - /srv/example:/srv/example steps: @@ -57,7 +57,7 @@ jobs: outputs: job-output: callee-2-output container: - image: data.forgejo.org/oci/node:22-trixie + image: data.forgejo.org/oci/node:22-bookworm volumes: - /srv/example:/srv/example steps: diff --git a/actions/example-workflow-call-expansion/.forgejo/workflows/reusable-layer-2.yml b/actions/example-workflow-call-expansion/.forgejo/workflows/reusable-layer-2.yml index c5aa0cbd..3b633ebd 100644 --- a/actions/example-workflow-call-expansion/.forgejo/workflows/reusable-layer-2.yml +++ b/actions/example-workflow-call-expansion/.forgejo/workflows/reusable-layer-2.yml @@ -25,7 +25,7 @@ jobs: outputs: job-output: callee-3-output container: - image: data.forgejo.org/oci/node:22-trixie + image: data.forgejo.org/oci/node:22-bookworm volumes: - /srv/example:/srv/example steps: @@ -51,7 +51,7 @@ jobs: outputs: job-output: callee-4-output container: - image: data.forgejo.org/oci/node:22-trixie + image: data.forgejo.org/oci/node:22-bookworm volumes: - /srv/example:/srv/example steps: diff --git a/actions/example-workflow-call-expansion/.forgejo/workflows/test.yml b/actions/example-workflow-call-expansion/.forgejo/workflows/test.yml index 0d8fee46..cd9290a2 100644 --- a/actions/example-workflow-call-expansion/.forgejo/workflows/test.yml +++ b/actions/example-workflow-call-expansion/.forgejo/workflows/test.yml @@ -5,7 +5,7 @@ jobs: pre-job: runs-on: docker container: - image: data.forgejo.org/oci/node:22-trixie + image: data.forgejo.org/oci/node:22-bookworm outputs: dynamic: "${{ steps.dynamic-step.outputs.dynamic }}" steps: @@ -26,7 +26,7 @@ jobs: needs: [layer-1] runs-on: docker container: - image: data.forgejo.org/oci/node:22-trixie + image: data.forgejo.org/oci/node:22-bookworm volumes: - /srv/example:/srv/example steps: diff --git a/actions/example-workflow-call/.forgejo/workflows/reusable.yml b/actions/example-workflow-call/.forgejo/workflows/reusable.yml index 52349fd6..6181aff6 100644 --- a/actions/example-workflow-call/.forgejo/workflows/reusable.yml +++ b/actions/example-workflow-call/.forgejo/workflows/reusable.yml @@ -12,7 +12,7 @@ jobs: callee: runs-on: docker container: - image: data.forgejo.org/oci/node:22-trixie + image: data.forgejo.org/oci/node:22-bookworm volumes: - /srv/example:/srv/example outputs: diff --git a/actions/example-workflow-call/.forgejo/workflows/test.yml b/actions/example-workflow-call/.forgejo/workflows/test.yml index 87ebcbb2..fef61667 100644 --- a/actions/example-workflow-call/.forgejo/workflows/test.yml +++ b/actions/example-workflow-call/.forgejo/workflows/test.yml @@ -5,7 +5,7 @@ jobs: caller: runs-on: docker container: - image: data.forgejo.org/oci/node:22-trixie + image: data.forgejo.org/oci/node:22-bookworm uses: ./.forgejo/workflows/reusable.yml with: parameter1: value1 @@ -16,7 +16,7 @@ jobs: needs: [caller] runs-on: docker container: - image: data.forgejo.org/oci/node:22-trixie + image: data.forgejo.org/oci/node:22-bookworm steps: - run: | set -x