We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64dbb50 + 098231c commit 715d505Copy full SHA for 715d505
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
# cache busting if requirements haven't changed
16
CACHE_EPOCH: 1
17
steps:
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
19
- name: Set up Python ${{ matrix.python-version }}
20
uses: actions/setup-python@v5
21
with:
.github/workflows/git_checks.yml
@@ -18,7 +18,7 @@ jobs:
name: Find merge conflicts
# Checkout the source code so we have some files to look at.
22
# Run the actual merge conflict finder
23
- name: Merge Conflict finder
24
uses: olivernybroe/action-conflict-finder@v4.1
0 commit comments