Skip to content

Commit

Permalink
chore: Update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 19, 2023
1 parent 453247b commit 14241a6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/cache@v2
id: yarn-cache
with:
Expand All @@ -22,7 +22,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/cache@v2
id: yarn-cache
with:
Expand All @@ -43,7 +43,7 @@ jobs:
- react-version: "^16"
immutable-version: "^4.0.0-rc.1"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/cache@v2
id: yarn-cache
with:
Expand All @@ -64,7 +64,7 @@ jobs:
runs-on: ubuntu-latest
needs: test
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/cache@v2
id: yarn-cache
with:
Expand All @@ -80,7 +80,7 @@ jobs:
website:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/cache@v2
id: yarn-cache
with:
Expand All @@ -101,7 +101,7 @@ jobs:
needs: website
if: ${{ github.ref == 'master' }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/download-artifact@v2
with:
name: website-build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Node setup
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit 14241a6

Please sign in to comment.