We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8131b7a commit 3ff2f55Copy full SHA for 3ff2f55
.github/workflows/labeler.yml
@@ -50,7 +50,7 @@ jobs:
50
app-id: ${{ secrets.BOT_APP_ID }}
51
private-key: ${{ secrets.BOT_APP_KEY }}
52
- name: Checkout parent repository
53
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
54
with:
55
persist-credentials: false
56
- name: Install Python 3.12
.github/workflows/reusable-nox.yml
@@ -37,11 +37,11 @@ jobs:
37
name: "Run nox ${{ matrix.session }} session"
38
steps:
39
- name: Check out repo
40
41
42
43
- name: Setup nox
44
- uses: wntrblm/nox@2025.10.16
+ uses: wntrblm/nox@2025.11.12
45
46
python-versions: "${{ matrix.python-versions }}"
47
- name: Graft ansible-core
0 commit comments