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
This commit is contained in:
parent
57dbecc0ac
commit
6ee63f92ba
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:
|
jobs:
|
||||||
ckanonlyinstall:
|
ckanonlyinstall:
|
||||||
name: Run ckan-devstaller with a CKAN-only install
|
name: Run ckan-devstaller with a CKAN-only install
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
# For the git-auto-commit-action
|
# For the git-auto-commit-action
|
||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v6
|
||||||
- name: Install Rust stable toolchain
|
- name: Install Rust stable toolchain
|
||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
- name: Cache cargo deps and target folder
|
- name: Cache cargo deps and target folder
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue