Skip to content

Commit 01d0ddb

Browse files
committed
Merge branch 'meson-build' of github.com:underworldcode/quagmire into meson-build
2 parents c85ef61 + 8af61ba commit 01d0ddb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/conda_test_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
os: ["ubuntu-latest", "macos-latest"]
2323
python-version: ["3.7"]
2424
steps:
25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v4
2626

2727
- name: Cache conda
28-
uses: actions/cache@v1
28+
uses: actions/cache@v3
2929
env:
3030
# Increase this value to reset cache if etc/example-environment.yml has not changed
3131
CACHE_NUMBER: 0

0 commit comments

Comments
 (0)