Skip to content

Commit fbae466

Browse files
authored
Merge pull request #38 from regro/dependabot/github_actions/github-actions-5f8346137a
2 parents 3ed2638 + a48fb3d commit fbae466

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
run:
2222
shell: bash -el {0}
2323
steps:
24-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
24+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2525
with:
2626
path: cf-graph
2727

28-
- uses: conda-incubator/setup-miniconda@a4260408e20b96e80095f42ff7f1a15b27dd94ca # v3.0.4
28+
- uses: conda-incubator/setup-miniconda@d2e6a045a86077fb6cad6f5adf368e9076ddaa8d # v3.1.0
2929
with:
3030
python-version: 3.11
3131
channels: conda-forge
@@ -69,11 +69,11 @@ jobs:
6969
run:
7070
shell: bash -el {0}
7171
steps:
72-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
72+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7373
with:
7474
path: cf-graph
7575

76-
- uses: conda-incubator/setup-miniconda@a4260408e20b96e80095f42ff7f1a15b27dd94ca # v3.0.4
76+
- uses: conda-incubator/setup-miniconda@d2e6a045a86077fb6cad6f5adf368e9076ddaa8d # v3.1.0
7777
with:
7878
python-version: 3.11
7979
channels: conda-forge

0 commit comments

Comments
 (0)