Skip to content

Commit 6222de1

Browse files
Update actions/checkout action to v6
1 parent 9dbb340 commit 6222de1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
env:
2323
CC_TEST_REPORTER_ID: "${{ secrets.CC_TEST_REPORTER_ID }}"
2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626
- name: Set up Ruby
2727
uses: ruby/setup-ruby@v1
2828
with:

.github/workflows/openapi-generate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
env:
1212
INPUT_SPEC_VERSION: v4.0
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
- name: Set up system
1616
run: sudo apt install -y xq
1717
- name: OpenAPI Generate

0 commit comments

Comments
 (0)