Skip to content

Commit 3af57f3

Browse files
Merge pull request #1352 from Mause/renovate/actions-checkout-5.x
chore(deps): update actions/checkout action to v5
2 parents a506528 + 9b68b89 commit 3af57f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
- name: Set up Python
1515
uses: actions/setup-python@v5
1616
with:

.github/workflows/pythonapp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
FORCE_COLOR: 1
1818

1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
- name: Remove cached duckdb extensions
2222
run: rm -rf ~/.duckdb
2323
- uses: fjwillemsen/setup-nox2@v3.0.0

0 commit comments

Comments
 (0)