Skip to content

Commit

Permalink
Merge pull request #2 from asdf-community/renovate/actions-checkout-3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
smorimoto authored Feb 23, 2023
2 parents 956d135 + 651896d commit 5187697
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup asdf
uses: asdf-vm/actions/setup@v1
Expand All @@ -48,7 +48,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install ShellCheck
run: brew install shellcheck
Expand All @@ -61,7 +61,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install shfmt
run: brew install shfmt
Expand Down

0 comments on commit 5187697

Please sign in to comment.