Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
github-actions: update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: BlackMesa123 <[email protected]>
  • Loading branch information
salvogiangri committed Jan 29, 2024
1 parent 1331d53 commit ba14570
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true

Expand All @@ -62,13 +62,13 @@ jobs:
- name: Set up Node.js
if: env.need_update == 1
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 'latest'

- name: Set up Python 3
if: env.need_update == 1
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'

Expand Down

0 comments on commit ba14570

Please sign in to comment.