Skip to content

Commit 9fbab51

Browse files
authored
Merge pull request #512 from galaxyproject/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 301a8a9 + 99d50f0 commit 9fbab51

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
build_packages:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v4
7+
- uses: actions/checkout@v5
88
- uses: actions/setup-python@v5
99
with:
1010
python-version: '3.13'

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
python-version: ['3.9', '3.14']
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
- uses: actions/setup-python@v5
1515
with:
1616
python-version: ${{ matrix.python-version }}

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
# galaxy_version: dev
121121
# galaxy_python_version: '3.8'
122122
steps:
123-
- uses: actions/checkout@v4
123+
- uses: actions/checkout@v5
124124
- name: Cache pip dir
125125
uses: actions/cache@v4
126126
with:

0 commit comments

Comments
 (0)