Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v3.0.1 (#127)
Browse files Browse the repository at this point in the history
* chore(deps): update actions/checkout action to v3.0.1

* Create clever-radios-talk.md

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: roikoren755 <26850796+roikoren755@users.noreply.github.com>
  • Loading branch information
3 people authored Apr 16, 2022
1 parent f900364 commit c352391
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/clever-radios-talk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"eslint-plugin-es-roikoren": patch
---

chore(deps): update actions/checkout action to v3.0.1
4 changes: 2 additions & 2 deletions .github/workflows/ci.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
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.0.1
- name: Install Node.js
uses: actions/setup-node@v3.1.1
with:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.0.1
- name: Install Node.js ${{ matrix.node }}
uses: actions/setup-node@v3.1.1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.0.1

- name: Initialize CodeQL
uses: github/codeql-action/init@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Checkout
if: github.ref == 'refs/heads/main'
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.0.1
with:
ref: main
fetch-depth: 0
Expand Down

0 comments on commit c352391

Please sign in to comment.