Skip to content
This repository was archived by the owner on Jul 5, 2026. It is now read-only.

Commit 1139a15

Browse files
authored
Merge pull request #139 from swimmwatch/dependabot/github_actions/dev/actions/checkout-6
build(deps): bump actions/checkout from 5 to 6
2 parents b5ab81d + b88b4d5 commit 1139a15

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/actionlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
actionlint:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
- name: "Download actionlint"
2020
id: get_actionlint
2121
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
poetry-version: ["1.8.5"]
1818
steps:
1919
- name: "Checkout"
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121
- name: "Install Poetry ${{matrix.poetry-version}}"
2222
run: pipx install poetry==${{matrix.poetry-version}}
2323
- name: "Setup Python ${{matrix.python-version}}"

.github/workflows/python-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
poetry-version: ["1.8.5"]
2222
steps:
2323
- name: "Checkout"
24-
uses: actions/checkout@v5
24+
uses: actions/checkout@v6
2525
- name: "Install Poetry ${{matrix.poetry-version}}"
2626
run: pipx install poetry==${{matrix.poetry-version}}
2727
- name: "Setup Python ${{matrix.python-version}}"
@@ -50,7 +50,7 @@ jobs:
5050
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
5151
steps:
5252
- name: "Checkout"
53-
uses: actions/checkout@v5
53+
uses: actions/checkout@v6
5454
- name: "Install Poetry ${{matrix.poetry-version}}"
5555
run: pipx install poetry==${{matrix.poetry-version}}
5656
- name: "Setup Python ${{matrix.python-version}}"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
poetry-version: ["1.8.5"]
1919
steps:
2020
- name: "Checkout"
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222
- name: "Install Poetry ${{matrix.poetry-version}}"
2323
run: pipx install poetry==${{matrix.poetry-version}}
2424
- name: "Setup Python"

0 commit comments

Comments
 (0)