From f64fd84ff2c0d253e83f83c364e8e58291cf1c2a Mon Sep 17 00:00:00 2001 From: oklopfer <104327997+oklopfer@users.noreply.github.com> Date: Sun, 12 May 2024 19:40:43 -0400 Subject: [PATCH] move back down cuz smthn sus --- .github/workflows/devel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/devel.yml b/.github/workflows/devel.yml index 115c6d8..e584de6 100644 --- a/.github/workflows/devel.yml +++ b/.github/workflows/devel.yml @@ -31,7 +31,7 @@ jobs: image: "ubuntu:latest" options: --privileged steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v3.5.0 with: ref: ${{ matrix.ref }} @@ -103,7 +103,7 @@ jobs: ref: pinetab out: pinetab2 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v3.5.0 with: ref: ${{ matrix.ref }}