Skip to content

Commit 8c0519b

Browse files
authored
Merge pull request #118 from ansible-community/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents f9ba1d4 + 723d723 commit 8c0519b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install tox
2525
run: python3 -m pip install --user "tox>=4.0.0rc1"
2626
- name: Check out src from Git
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v5
2828
with:
2929
fetch-depth: 0 # needed by setuptools-scm
3030
- name: Build dists

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- docs-devel
2828
- pkg
2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v5
3131

3232
- name: Set up Python ${{ matrix.python-version }}
3333
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)