Skip to content

Commit c3118f3

Browse files
renovate[bot]JAVGan
authored andcommitted
chore(deps): update actions/checkout action to v6
1 parent f49370b commit c3118f3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
id: iibtag
2828

2929
- name: Checkout code
30-
uses: actions/checkout@v5
30+
uses: actions/checkout@v6
3131
with:
3232
ref: ${{ github.event.release.tag_name || steps.iibtag.outputs.tag }}
3333

.github/workflows/build_on_tag.api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
with:
1919
ref: ${{ github.event.release.tag_name }}
2020

.github/workflows/run_tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
1717
python-version: ["3.12", "3.13"]
1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020
- name: Set up Python ${{ matrix.python-version }}
2121
uses: actions/setup-python@v6
2222
with:

0 commit comments

Comments
 (0)