Skip to content

Commit cfcc070

Browse files
chore(deps): update actions/checkout action to v5
1 parent 2ea8264 commit cfcc070

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Check out the codebase
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919

2020
- name: Set up Python 3
2121
uses: actions/setup-python@v5
@@ -51,7 +51,7 @@ jobs:
5151

5252
steps:
5353
- name: Check out the codebase
54-
uses: actions/checkout@v4
54+
uses: actions/checkout@v5
5555
with:
5656
path: "${{ github.repository }}"
5757

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Check out the codebase
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717

1818
- name: Publish to Galaxy
1919
uses: robertdebock/[email protected]

0 commit comments

Comments
 (0)