Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Update actions/checkout action to v3 (#1506)
Browse files Browse the repository at this point in the history
  • Loading branch information
openverse-bot authored Jun 8, 2022
1 parent 560f60f commit 6fbe3ec
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bundle_size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
if: github.repository == 'WordPress/openverse-frontend'

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: ./.github/actions/setup-node-env

Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: ./.github/actions/setup-node-env

Expand All @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: ./.github/actions/setup-node-env

Expand All @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: ./.github/actions/setup-node-env

Expand All @@ -52,7 +52,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: ./.github/actions/setup-node-env

Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
- build

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: ./.github/actions/setup-node-env

Expand All @@ -107,7 +107,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: ./.github/actions/setup-node-env

Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: ./.github/actions/setup-node-env

Expand All @@ -161,7 +161,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: ./.github/actions/setup-node-env

Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
(This comment will be automatically updated with the preview URLs once they are ready)
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- uses: ./.github/actions/setup-node-env

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- uses: ./.github/actions/setup-node-env

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
if: github.repository == 'WordPress/openverse-frontend'

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: docker/setup-buildx-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push_production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
# download the source code into the runner
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: ${{ github.event.inputs.sha || 'main' }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push_staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
# download the source code into the runner
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

# build a new docker image and push it into the repository
- name: docker build
Expand Down

0 comments on commit 6fbe3ec

Please sign in to comment.