Skip to content

Commit 0216fe4

Browse files
authored
Merge pull request #122 from galaxyproject/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 1 to 5
2 parents 06276bc + 66b18fd commit 0216fe4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66

77
steps:
8-
- uses: actions/checkout@v1
8+
- uses: actions/checkout@v5
99
- name: Set up Python
1010
uses: actions/setup-python@v1
1111
with:

.github/workflows/publishdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
deploy:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v5
1111
- name: Set up Python
1212
uses: actions/setup-python@v5
1313
with:

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
1414

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v5
1717
- name: Set up Python ${{ matrix.python-version }}
1818
uses: actions/setup-python@v2
1919
with:

.github/workflows/typescript.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run:
2121
working-directory: ./typescript
2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v5
2424
- uses: actions/setup-node@v1
2525
with:
2626
node-version: ${{ env.NODE_VERSION }}

0 commit comments

Comments
 (0)