Skip to content

Commit b51e8a2

Browse files
authored
Merge pull request #37 from Appsilon/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4
2 parents b707abf + 45b392e commit b51e8a2

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
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Check out the codebase
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818

1919
- name: Set up Python 3
2020
uses: actions/setup-python@v4
@@ -46,7 +46,7 @@ jobs:
4646

4747
steps:
4848
- name: Check out the codebase
49-
uses: actions/checkout@v3
49+
uses: actions/checkout@v4
5050
with:
5151
path: "${{ github.repository }}"
5252

.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@v3
16+
uses: actions/checkout@v4
1717

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

0 commit comments

Comments
 (0)