summaryrefslogtreecommitdiff
path: root/.github/workflows/unit_tests.yaml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-19 23:04:40 +0200
committerGitHub <noreply@github.com>2023-10-19 23:04:40 +0200
commitf2ba25e09dba1f0d4eacfa778f281eb549676d1f (patch)
tree0e2d34fb9c01c8891f7cb08c27f8ffc2af38e21e /.github/workflows/unit_tests.yaml
parent405de56c718d478f7c9e1446df3567be33d3144a (diff)
downloadspack-f2ba25e09dba1f0d4eacfa778f281eb549676d1f.tar.gz
spack-f2ba25e09dba1f0d4eacfa778f281eb549676d1f.tar.bz2
spack-f2ba25e09dba1f0d4eacfa778f281eb549676d1f.tar.xz
spack-f2ba25e09dba1f0d4eacfa778f281eb549676d1f.zip
build(deps): bump actions/checkout from 4.1.0 to 4.1.1 (#40584)
Diffstat (limited to '.github/workflows/unit_tests.yaml')
-rw-r--r--.github/workflows/unit_tests.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/unit_tests.yaml b/.github/workflows/unit_tests.yaml
index 4e1d909f02..7f7f3808b0 100644
--- a/.github/workflows/unit_tests.yaml
+++ b/.github/workflows/unit_tests.yaml
@@ -51,7 +51,7 @@ jobs:
on_develop: false
steps:
- - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # @v2
+ - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # @v2
with:
fetch-depth: 0
- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # @v2
@@ -98,7 +98,7 @@ jobs:
shell:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # @v2
+ - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # @v2
with:
fetch-depth: 0
- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # @v2
@@ -137,7 +137,7 @@ jobs:
dnf install -y \
bzip2 curl file gcc-c++ gcc gcc-gfortran git gnupg2 gzip \
make patch tcl unzip which xz
- - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # @v2
+ - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # @v2
- name: Setup repo and non-root user
run: |
git --version
@@ -156,7 +156,7 @@ jobs:
clingo-cffi:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # @v2
+ - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # @v2
with:
fetch-depth: 0
- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # @v2
@@ -191,7 +191,7 @@ jobs:
matrix:
python-version: ["3.11"]
steps:
- - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # @v2
+ - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # @v2
with:
fetch-depth: 0
- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # @v2