summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.builds/msrv.yml16
-rw-r--r--.builds/stable.yml16
-rw-r--r--.github/workflows/flake-update.yml4
3 files changed, 2 insertions, 34 deletions
diff --git a/.builds/msrv.yml b/.builds/msrv.yml
deleted file mode 100644
index 913a6c2..0000000
--- a/.builds/msrv.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-image: debian/buster
-sources:
- - https://git.sr.ht/~matthiasbeyer/result-inspect
-tasks:
- - install: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.33.0
- - build: |
- cd result-inspect
- PATH="$HOME/.cargo/bin:$PATH" cargo build --all --all-features
- - test: |
- cd result-inspect
- PATH="$HOME/.cargo/bin:$PATH" cargo test --all --all-features
-triggers:
- - action: email
- condition: always
- to: mail@beyermatthias.de
-
diff --git a/.builds/stable.yml b/.builds/stable.yml
deleted file mode 100644
index d4203e5..0000000
--- a/.builds/stable.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-image: debian/buster
-sources:
- - https://git.sr.ht/~matthiasbeyer/result-inspect
-tasks:
- - install: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
- - build: |
- cd result-inspect
- PATH="$HOME/.cargo/bin:$PATH" cargo build --all --all-features
- - test: |
- cd result-inspect
- PATH="$HOME/.cargo/bin:$PATH" cargo test --all --all-features
-triggers:
- - action: email
- condition: always
- to: mail@beyermatthias.de
-
diff --git a/.github/workflows/flake-update.yml b/.github/workflows/flake-update.yml
index b14dde7..8c842b1 100644
--- a/.github/workflows/flake-update.yml
+++ b/.github/workflows/flake-update.yml
@@ -14,12 +14,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Nix
- uses: cachix/install-nix-action@v18
+ uses: cachix/install-nix-action@v20
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: Update flake.lock
- uses: DeterminateSystems/update-flake-lock@v15
+ uses: DeterminateSystems/update-flake-lock@v19
with:
pr-title: "Update flake.lock" # Title of PR to be created
# pr-labels: | # Labels to be set on the PR