Skip to content

Commit

Permalink
Merge pull request #30 from asdf-community/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/checkout-3

Bump actions/checkout from 2 to 3
  • Loading branch information
smorimoto authored Mar 2, 2022
2 parents 3b58b46 + bf496aa commit 87442fe
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 @@ -29,7 +29,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 @@ -47,7 +47,7 @@ jobs:

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

- name: Install ShellCheck
run: brew install shellcheck
Expand All @@ -60,7 +60,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 87442fe

Please sign in to comment.