Skip to content

Commit 76087b4

Browse files
Bump actions/checkout from 6.0.2 to 6.0.3
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 246fca9 commit 76087b4

11 files changed

Lines changed: 14 additions & 14 deletions

.github/workflows/codemeta2cff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
contents: write
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v6.0.2
28+
uses: actions/checkout@v6.0.3
2929

3030
- name: Generate CITATION.cff from codemeta.json
3131
uses: caltechlibrary/codemeta2cff@99ce10831c3037a067c3d9551d455638e0b438ac #v0.3.3

.github/workflows/codeql-analysis.yml

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

6363
steps:
6464
- name: Checkout repository
65-
uses: actions/checkout@v6.0.2
65+
uses: actions/checkout@v6.0.3
6666

6767
# Initializes the CodeQL tools for scanning.
6868
- name: Initialize CodeQL

.github/workflows/corpus.yml

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

3737
steps:
3838
- name: Checkout
39-
uses: actions/checkout@v6.0.2
39+
uses: actions/checkout@v6.0.3
4040

4141
- name: Set up Python
4242
uses: actions/setup-python@v6

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v6.0.2
27+
uses: actions/checkout@v6.0.3
2828
- name: Set up Python
2929
uses: actions/setup-python@v6
3030
with:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
steps:
4545
- name: Checkout
46-
uses: actions/checkout@v6.0.2
46+
uses: actions/checkout@v6.0.3
4747
- name: Ruff
4848
uses: astral-sh/ruff-action@v3
4949
with:

.github/workflows/markdownlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525

2626
steps:
27-
- uses: actions/checkout@v6.0.2
27+
- uses: actions/checkout@v6.0.3
2828
with:
2929
fetch-depth: 0
3030

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
contents: read
4747
steps:
4848
- name: Checkout
49-
uses: actions/checkout@v6.0.2
49+
uses: actions/checkout@v6.0.3
5050

5151
- name: Set up Python
5252
uses: actions/setup-python@v6

.github/workflows/publish-versioned-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,19 @@ jobs:
3131
run: echo "version=${GITHUB_REF_NAME#v}" >> "$GITHUB_OUTPUT"
3232

3333
- name: Checkout pythainlp (for scripts)
34-
uses: actions/checkout@v6.0.2
34+
uses: actions/checkout@v6.0.3
3535
with:
3636
path: pythainlp
3737

3838
- name: Checkout dev-docs repository
39-
uses: actions/checkout@v6.0.2
39+
uses: actions/checkout@v6.0.3
4040
with:
4141
repository: PyThaiNLP/dev-docs
4242
token: ${{ secrets.PERSONAL_TOKEN }}
4343
path: dev-docs
4444

4545
- name: Checkout docs repository
46-
uses: actions/checkout@v6.0.2
46+
uses: actions/checkout@v6.0.3
4747
with:
4848
repository: PyThaiNLP/docs
4949
token: ${{ secrets.PERSONAL_TOKEN }}

.github/workflows/pypi-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
build: ${{ steps.check_build_trigger.outputs.build }}
5353
steps:
5454
- name: Checkout source code
55-
uses: actions/checkout@v6.0.2
55+
uses: actions/checkout@v6.0.3
5656
with:
5757
ref: ${{ github.event.pull_request.head.sha }}
5858
- id: check_build_trigger
@@ -71,7 +71,7 @@ jobs:
7171

7272
steps:
7373
- name: Checkout
74-
uses: actions/checkout@v6.0.2
74+
uses: actions/checkout@v6.0.3
7575

7676
- name: Set up Python ${{ matrix.python-version }}
7777
uses: actions/setup-python@v6

.github/workflows/pypi-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: ["3.12"]
2222

2323
steps:
24-
- uses: actions/checkout@v6.0.2
24+
- uses: actions/checkout@v6.0.3
2525

2626
- name: Set up Python ${{ matrix.python-version }}
2727
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)