mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-03-26 13:18:58 +07:00
bump action versions (#3340)
This commit is contained in:
4
.github/workflows/labeler.yml
vendored
4
.github/workflows/labeler.yml
vendored
@@ -45,11 +45,11 @@ jobs:
|
||||
app-id: ${{ secrets.BOT_APP_ID }}
|
||||
private-key: ${{ secrets.BOT_APP_KEY }}
|
||||
- name: Checkout parent repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
persist-credentials: false
|
||||
- name: Install Python 3.11
|
||||
uses: actions/setup-python@v5
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: "3.11"
|
||||
- name: Set up UV
|
||||
|
||||
4
.github/workflows/reusable-nox.yml
vendored
4
.github/workflows/reusable-nox.yml
vendored
@@ -35,11 +35,11 @@ jobs:
|
||||
name: "Run nox ${{ matrix.session }} session"
|
||||
steps:
|
||||
- name: Check out repo
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
persist-credentials: false
|
||||
- name: Setup nox
|
||||
uses: wntrblm/nox@2025.10.16
|
||||
uses: wntrblm/nox@2025.11.12
|
||||
with:
|
||||
python-versions: "${{ matrix.python-versions }}"
|
||||
- name: Graft ansible-core
|
||||
|
||||
Reference in New Issue
Block a user