Skip to content

Commit d749a8d

Browse files
authored
Merge pull request #110 from GenomicDataInfrastructure/renovate/actions-checkout-5.x
chore(deps): update actions/checkout action to v5
2 parents d3213f7 + 76aa614 commit d749a8d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/generate_changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout Repository
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
with:
2121
token: '${{ secrets.GITHUB_TOKEN }}'
2222
fetch-depth: 0

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ jobs:
7272
pip install -r requirements.txt
7373
fi
7474
cd ..
75-
7675
- name: Setup extension
7776
run: |
7877
sed -i -e 's/use = config:.*/use = config:\/srv\/app\/src\/ckan\/test-core.ini/' test.ini

0 commit comments

Comments
 (0)