Skip to content

Commit

Permalink
Merge pull request #68 from yr32infra/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
yanorei32 authored Apr 25, 2024
2 parents 416c21d + 44cd34f commit c647c3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-22.04

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

- uses: reviewdog/action-actionlint@v1.44.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-22.04

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

- uses: actions/setup-node@v4.0.2

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

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

- uses: actions/setup-node@v4.0.2

Expand Down

0 comments on commit c647c3b

Please sign in to comment.