Skip to content

Commit c63e328

Browse files
authored
Merge pull request #39 from afonsoft/dependabot/github_actions/actions/checkout-6
build(deps): bump actions/checkout from 4 to 6
2 parents 20f3f72 + 1998170 commit c63e328

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/auto-pr-from-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: 📥 Checkout Repository
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v6
2020
with:
2121
fetch-depth: 0
2222
token: ${{ secrets.GITHUB_TOKEN }}
@@ -134,7 +134,7 @@ jobs:
134134

135135
steps:
136136
- name: 📥 Checkout Repository
137-
uses: actions/checkout@v4
137+
uses: actions/checkout@v6
138138
with:
139139
fetch-depth: 0
140140
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/openhands-resolver.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
runs-on: "${{ inputs.runner || 'ubuntu-latest' }}"
8686
steps:
8787
- name: Checkout repository
88-
uses: actions/checkout@v4
88+
uses: actions/checkout@v6
8989

9090
- name: Set up Python
9191
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)