Skip to content

Commit b867831

Browse files
authored
Merge pull request #124 from lestrrat-go/dependabot/github_actions/v2/actions/checkout-6.0.3
Bump actions/checkout from 6.0.2 to 6.0.3
2 parents 0300e1c + 51d9761 commit b867831

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/autodoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: github.event.pull_request.merged == true
1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v6.0.2
16+
uses: actions/checkout@v6.0.3
1717
- name: Process markdown files
1818
run: |
1919
find . -name '*.md' | xargs perl tools/autodoc.pl

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Go ${{ matrix.go }} test
1111
steps:
1212
- name: Checkout repository
13-
uses: actions/checkout@v6.0.2
13+
uses: actions/checkout@v6.0.3
1414
- name: Check documentation generator
1515
run: |
1616
find . -name '*.md' | xargs env AUTODOC_DRYRUN=1 perl tools/autodoc.pl

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Checkout repository
9-
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v6.0.1
9+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.1
1010
- name: Install Go stable version
1111
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
1212
with:

0 commit comments

Comments
 (0)