Skip to content

Commit 715d505

Browse files
Merge pull request #28 from renefritze/dependabot/github_actions/actions/checkout-5
⬆️ Bump actions/checkout from 4 to 5
2 parents 64dbb50 + 098231c commit 715d505

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# cache busting if requirements haven't changed
1616
CACHE_EPOCH: 1
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
- name: Set up Python ${{ matrix.python-version }}
2020
uses: actions/setup-python@v5
2121
with:

.github/workflows/git_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Find merge conflicts
1919
steps:
2020
# Checkout the source code so we have some files to look at.
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
# Run the actual merge conflict finder
2323
- name: Merge Conflict finder
2424
uses: olivernybroe/action-conflict-finder@v4.1

0 commit comments

Comments
 (0)