Compare commits

..

No commits in common. "de2394bdc3b15c0098e7a09b512b50bd5c987e7f" and "9cdb7f3148267589c5dc990c85b69de2b2ef58e8" have entirely different histories.

6 changed files with 6 additions and 6 deletions

View file

@ -8,7 +8,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v6
-
name: Login to DockerHub
uses: docker/login-action@v3

View file

@ -12,7 +12,7 @@ jobs:
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v3.1.0
uses: dependabot/fetch-metadata@v3.0.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Enable auto-merge for Dependabot PRs

View file

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event.pull_request.merged == false
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v6
- name: Check new version
continue-on-error: true
id: status

View file

@ -1,4 +1,4 @@
FROM ubuntu:noble-20260810
FROM ubuntu:noble-20260410
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install --no-install-recommends --no-install-suggests -y \
lib32gcc-s1 \

View file

@ -1,4 +1,4 @@
FROM ubuntu:noble-20260810
FROM ubuntu:noble-20260410
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install --no-install-recommends --no-install-suggests -y \
lib32gcc-s1 \

View file

@ -1 +1 @@
4399725124335093878
920888200890776726