Skip to content

Commit 3ff2f55

Browse files
authored
bump action versions (#3337)
1 parent 8131b7a commit 3ff2f55

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
app-id: ${{ secrets.BOT_APP_ID }}
5151
private-key: ${{ secrets.BOT_APP_KEY }}
5252
- name: Checkout parent repository
53-
uses: actions/checkout@v5
53+
uses: actions/checkout@v6
5454
with:
5555
persist-credentials: false
5656
- name: Install Python 3.12

.github/workflows/reusable-nox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ jobs:
3737
name: "Run nox ${{ matrix.session }} session"
3838
steps:
3939
- name: Check out repo
40-
uses: actions/checkout@v5
40+
uses: actions/checkout@v6
4141
with:
4242
persist-credentials: false
4343
- name: Setup nox
44-
uses: wntrblm/nox@2025.10.16
44+
uses: wntrblm/nox@2025.11.12
4545
with:
4646
python-versions: "${{ matrix.python-versions }}"
4747
- name: Graft ansible-core

0 commit comments

Comments
 (0)