Skip to content

Commit

Permalink
Update deprecated workflow actions versions
Browse files Browse the repository at this point in the history
- Updated `actions/checkout@v2` to `actions/checkout@v3`
- Updated `actions/setup-node@v1` to `actions/setup-node@v3`
  • Loading branch information
ZEBAS204 committed Mar 21, 2023
1 parent 726bdb1 commit de66844
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_pr_dependencies_updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Use Node.js v${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install project
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update_dependencies_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
name: Syncing branches
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up Node
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 18
- name: Opening pull request
Expand Down

1 comment on commit de66844

@vercel
Copy link

@vercel vercel bot commented on de66844 Mar 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.