We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57dbecc commit ecb4bb4Copy full SHA for ecb4bb4
1 file changed
.github/workflows/run-ckan-only-install.yml
@@ -10,12 +10,12 @@ on:
10
jobs:
11
ckanonlyinstall:
12
name: Run ckan-devstaller with a CKAN-only install
13
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
14
permissions:
15
# For the git-auto-commit-action
16
contents: write
17
steps:
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
19
- name: Install Rust stable toolchain
20
uses: dtolnay/rust-toolchain@stable
21
- name: Cache cargo deps and target folder
0 commit comments