Skip to content

Commit

Permalink
chore: upgrade workflows to checkout@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieljablonski committed Oct 10, 2023
1 parent 96ba4f8 commit 04f8e82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bundlesize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
bundlesize:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3

- name: Install dev dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3

- name: Install dev dependencies
Expand Down

0 comments on commit 04f8e82

Please sign in to comment.