Skip to content

Commit

Permalink
Merge pull request #185 from arkedge/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v4.1.4
  • Loading branch information
KOBA789 authored Apr 26, 2024
2 parents edf5013 + f1c5a9b commit c42ea45
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.1.4
- uses: reviewdog/action-actionlint@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/devtools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.1.4
with:
submodules: recursive

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.1.4

- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v5.0.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- x86_64-unknown-linux-musl

steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.1.4

# for devtools-frontend
- uses: actions/setup-node@v4.0.2
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.1.4

- name: install apt depenedencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.1.4
with:
submodules: recursive

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rustdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: checkout all the submodules
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
with:
submodules: recursive

Expand Down

0 comments on commit c42ea45

Please sign in to comment.