We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 916e482 + 01f2cc6 commit 83ddd4eCopy full SHA for 83ddd4e
.github/workflows/ai-agent.yml
@@ -14,7 +14,7 @@ jobs:
14
contents: read
15
id-token: write
16
steps:
17
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
18
- name: Set up Python
19
uses: actions/setup-python@v6
20
with:
.github/workflows/workflow.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
- name: Checkout
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
- name: Create Git tag
run: |
action.yaml
@@ -27,7 +27,7 @@ runs:
27
using: "composite"
28
29
- name: Checkout repository
30
31
32
33
0 commit comments