mirror of
https://github.com/dathere/ckan-devstaller.git
synced 2026-05-20 09:14:14 +00:00
ci: update to latest Ubuntu and checkout action from v2 to v6
Some checks failed
Verify ckan-devstaller runs CKAN-only install successfully / Run ckan-devstaller with a CKAN-only install (push) Has been cancelled
Some checks failed
Verify ckan-devstaller runs CKAN-only install successfully / Run ckan-devstaller with a CKAN-only install (push) Has been cancelled
This commit is contained in:
parent
57dbecc0ac
commit
01c1f39fe2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/run-ckan-only-install.yml
vendored
4
.github/workflows/run-ckan-only-install.yml
vendored
|
|
@ -10,12 +10,12 @@ on:
|
|||
jobs:
|
||||
ckanonlyinstall:
|
||||
name: Run ckan-devstaller with a CKAN-only install
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
# For the git-auto-commit-action
|
||||
contents: write
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v6
|
||||
- name: Install Rust stable toolchain
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
- name: Cache cargo deps and target folder
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue