Skip to content

Commit c5d67fd

Browse files
authored
bump action versions (#3339)
1 parent c899139 commit c5d67fd

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
@@ -45,11 +45,11 @@ jobs:
4545
app-id: ${{ secrets.BOT_APP_ID }}
4646
private-key: ${{ secrets.BOT_APP_KEY }}
4747
- name: Checkout parent repository
48-
uses: actions/checkout@v4
48+
uses: actions/checkout@v6
4949
with:
5050
persist-credentials: false
5151
- name: Install Python 3.11
52-
uses: actions/setup-python@v5
52+
uses: actions/setup-python@v6
5353
with:
5454
python-version: "3.11"
5555
- name: Set up UV

.github/workflows/reusable-nox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ 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
with:
4040
persist-credentials: false
4141
- name: Setup nox
42-
uses: wntrblm/nox@2025.10.16
42+
uses: wntrblm/nox@2025.11.12
4343
with:
4444
python-versions: "${{ matrix.python-versions }}"
4545
- name: Graft ansible-core

0 commit comments

Comments
 (0)