Skip to content

Commit a09e42b

Browse files
authored
Merge pull request #243 from python-openapi/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents f678f9e + 0802a54 commit a09e42b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/docs-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: "Build"
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414

1515
- name: Set up Python 3.12
1616
uses: actions/setup-python@v5

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
permissions:
1616
id-token: write
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919

2020
- name: Set up Python
2121
uses: actions/setup-python@v5

.github/workflows/python-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
1818
fail-fast: false
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v6
2121

2222
- name: Set up Python ${{ matrix.python-version }}
2323
uses: actions/setup-python@v5
@@ -67,7 +67,7 @@ jobs:
6767
runs-on: ubuntu-latest
6868
steps:
6969
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
70-
uses: actions/checkout@v4
70+
uses: actions/checkout@v6
7171

7272
- name: "Setup Python"
7373
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)