Skip to content

Commit

Permalink
Update actions/checkout action to v2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and shadycuz committed Aug 28, 2022
1 parent 79f5271 commit fad6dde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:

- name: Checkout Code
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.4.2
with:
fetch-depth: 0

Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
steps:

- name: Checkout Code
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.4.2
with:
ref: ${{ github.base_ref }}
submodules: 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.4.2
with:
submodules: 'true'

Expand Down

0 comments on commit fad6dde

Please sign in to comment.