Skip to content

Commit c11b2ac

Browse files
authored
Merge pull request #123 from ansible-community/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents a1a000e + a010442 commit c11b2ac

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@v5
27+
uses: actions/checkout@v6
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@v5
30+
- uses: actions/checkout@v6
3131

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

0 commit comments

Comments
 (0)