Skip to content

Commit 47e0560

Browse files
authored
Merge pull request #525 from galaxyproject/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 67ce406 + 843424f commit 47e0560

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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@v5
7+
- uses: actions/checkout@v6
88
with:
99
persist-credentials: false
1010
- uses: actions/setup-python@v6

.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.10', '3.14']
1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414
with:
1515
persist-credentials: false
1616
- uses: actions/setup-python@v6

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,11 @@ jobs:
124124
# galaxy_version: dev
125125
# galaxy_python_version: '3.8'
126126
steps:
127-
- uses: actions/checkout@v5
127+
- uses: actions/checkout@v6
128128
with:
129129
persist-credentials: false
130130
- name: Checkout Galaxy
131-
uses: actions/checkout@v5
131+
uses: actions/checkout@v6
132132
with:
133133
repository: galaxyproject/galaxy
134134
ref: ${{ matrix.galaxy_version }}

0 commit comments

Comments
 (0)