Skip to content

Commit

Permalink
Update actions/checkout action to v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 8, 2024
1 parent 0fb7565 commit 007a93e
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-20.04

steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.6.0

- uses: reviewdog/[email protected]
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-20.04

steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.6.0

- uses: actions/[email protected]

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-20.04

steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.6.0

- uses: actions/[email protected]

Expand Down

0 comments on commit 007a93e

Please sign in to comment.