From ef2c2e6be1c0b212734c4b5bb056eb3aa0001c35 Mon Sep 17 00:00:00 2001 From: Philipp Schuster Date: Fri, 15 Nov 2024 11:10:46 +0100 Subject: [PATCH 1/2] ci: update deps + fix default build --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d00f177..52bf609 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: cachix/install-nix-action@v24 + - uses: cachix/install-nix-action@v30 - uses: DeterminateSystems/magic-nix-cache-action@main - run: nix-build # -s: test if this is a file and if it has a size. @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: cachix/install-nix-action@v24 + - uses: cachix/install-nix-action@v30 - uses: DeterminateSystems/magic-nix-cache-action@main - run: nix-shell --run "make" - run: nix-shell --run "make stats" @@ -33,7 +33,7 @@ jobs: - name: Set up Git repository uses: actions/checkout@v4 - name: Compile LaTeX document - uses: xu-cheng/latex-action@v2 + uses: xu-cheng/latex-action@v3 with: # options listed here: # https://github.com/xu-cheng/latex-action From 77ff7aca732e8d1ba5c762f7202027e208a6c761 Mon Sep 17 00:00:00 2001 From: Philipp Schuster Date: Fri, 15 Nov 2024 11:11:19 +0100 Subject: [PATCH 2/2] ci: init dependabot This prevents the CI from becoming outdated again soon. --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..559a3d0 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: monthly + open-pull-requests-limit: 10