Skip to content

Commit

Permalink
Update actions/checkout action to v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 21, 2023
1 parent e4c0b8c commit 0945af6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: actionlint with reviewdog
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

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

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
submodules: recursive

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/[email protected].0
- uses: actions/[email protected].1
- uses: actions/[email protected]

- name: install
Expand Down

0 comments on commit 0945af6

Please sign in to comment.