Skip to content

Commit ecb4bb4

Browse files
committed
ci: update checkout action from v2 to v6
1 parent 57dbecc commit ecb4bb4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run-ckan-only-install.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ on:
1010
jobs:
1111
ckanonlyinstall:
1212
name: Run ckan-devstaller with a CKAN-only install
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-latest
1414
permissions:
1515
# For the git-auto-commit-action
1616
contents: write
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919
- name: Install Rust stable toolchain
2020
uses: dtolnay/rust-toolchain@stable
2121
- name: Cache cargo deps and target folder

0 commit comments

Comments
 (0)