2 parents 20f3f72 + 1998170 commit c63e328Copy full SHA for c63e328
2 files changed
.github/workflows/auto-pr-from-main.yml
@@ -16,7 +16,7 @@ jobs:
16
17
steps:
18
- name: 📥 Checkout Repository
19
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
20
with:
21
fetch-depth: 0
22
token: ${{ secrets.GITHUB_TOKEN }}
@@ -134,7 +134,7 @@ jobs:
134
135
136
137
138
139
140
.github/workflows/openhands-resolver.yml
@@ -85,7 +85,7 @@ jobs:
85
runs-on: "${{ inputs.runner || 'ubuntu-latest' }}"
86
87
- name: Checkout repository
88
89
90
- name: Set up Python
91
uses: actions/setup-python@v6
0 commit comments