Skip to content

Commit

Permalink
Merge pull request asdf-community#111 from asdf-community/renovate/ac…
Browse files Browse the repository at this point in the history
…tions-checkout-3.x

chore(deps): update actions/checkout action to v3
  • Loading branch information
smorimoto authored Jul 12, 2023
2 parents 835c2a0 + b8b3469 commit 783f103
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

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

- name: 🏗️ Create dummy install directories
run: |
Expand All @@ -39,7 +39,7 @@ jobs:
command: go version

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

- name: Run ShellSpec
run: |
Expand All @@ -51,7 +51,7 @@ jobs:

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

- name: Run ShellCheck
run: shellcheck bin/*

0 comments on commit 783f103

Please sign in to comment.