Skip to content

Commit

Permalink
Merge pull request #160 from tsuyoshicho/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuyoshicho authored Sep 7, 2023
2 parents e507246 + ce90faa commit 1db68ac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_semver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
- name: Update semver
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vimhelpdeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false
- name: generate html
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vimhelptagcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: help tag check
uses: tsuyoshicho/action-vimhelp-tagname-check@v1

0 comments on commit 1db68ac

Please sign in to comment.