Skip to content

Commit

Permalink
Merge branch 'main' into 1ec5-place-gloss-471
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeLonewolf authored Dec 5, 2022
2 parents a49adbd + b677e5d commit fd7b02e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
uses: actions/checkout@v3
- name: Use Node.js 17.x
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 17.x
- name: Install and Build 🔧
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
# Make sure the actual branch is checked out when running on pull requests
repository: ${{ github.event.pull_request.head.repo.full_name }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
uses: actions/checkout@v3
- name: Use Node.js 17.x
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 17.x
- name: Install and Build 🔧
Expand Down

0 comments on commit fd7b02e

Please sign in to comment.