Skip to content

Commit b7cdad5

Browse files
committed
bump action versions
1 parent 991c445 commit b7cdad5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/labeler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
app-id: ${{ secrets.BOT_APP_ID }}
4343
private-key: ${{ secrets.BOT_APP_KEY }}
4444
- name: Checkout parent repository
45-
uses: actions/checkout@v4
45+
uses: actions/checkout@v6
4646
- name: Install Python 3.11
47-
uses: actions/setup-python@v5
47+
uses: actions/setup-python@v6
4848
with:
4949
python-version: "3.11"
5050
- name: Set up UV

.github/workflows/reusable-nox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
name: "Run nox ${{ matrix.session }} session"
3636
steps:
3737
- name: Check out repo
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@v6
3939
- name: Setup nox
40-
uses: wntrblm/nox@2025.10.16
40+
uses: wntrblm/nox@2025.11.12
4141
with:
4242
python-versions: "${{ matrix.python-versions }}"
4343
- name: Graft ansible-core

0 commit comments

Comments
 (0)