Skip to content

Commit 3a98f72

Browse files
Bump actions/checkout from 5 to 6 (#123)
1 parent eee78f4 commit 3a98f72

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Format
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
- uses: actions/setup-python@v6
2020
with:
2121
python-version: '3.10'

.github/workflows/reusable_ici.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ jobs:
4949
steps:
5050
- name: Checkout ${{ inputs.ref }} when build is not scheduled
5151
if: ${{ github.event_name != 'schedule' }}
52-
uses: actions/checkout@v5
52+
uses: actions/checkout@v6
5353
- name: Checkout ${{ inputs.ref }} on scheduled build
5454
if: ${{ github.event_name == 'schedule' }}
55-
uses: actions/checkout@v5
55+
uses: actions/checkout@v6
5656
with:
5757
ref: ${{ inputs.ref_for_scheduled_build }}
5858
- name: cache target_ws

.github/workflows/sphinx_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
concurrency:
1818
group: ${{ github.workflow }}-${{ github.ref }}
1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
- uses: actions/setup-python@v6
2222
with:
2323
cache: 'pip'

0 commit comments

Comments
 (0)