Skip to content

Commit

Permalink
ci: bump actions (#2450)
Browse files Browse the repository at this point in the history
  • Loading branch information
piwysocki committed Feb 25, 2023
1 parent 9ba9206 commit 672741b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/size-impact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
CI: true
steps:
- name: Setup git
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
- name: Setup Chomp
uses: guybedford/chomp-action@v1
- run: npm install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup Chomp
uses: guybedford/chomp-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
- name: Setup Firefox
uses: browser-actions/setup-firefox@latest
with:
Expand Down

0 comments on commit 672741b

Please sign in to comment.