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 d0e0577 commit f1a4985Copy full SHA for f1a4985
.github/workflows/agent-pr.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- name: Checkout
17
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
18
- name: Prepare Environment
19
run: pip3 install ruamel-yaml semver
20
- name: Configure Git
.github/workflows/checks.yml
@@ -8,7 +8,7 @@ jobs:
8
9
10
11
12
with:
13
fetch-depth: 0
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
21
22
token: ${{ env.GITHUB_TOKEN }}
0 commit comments