Skip to content

Commit

Permalink
CI: Bump GitHub action versions
Browse files Browse the repository at this point in the history
"Node.js 16 actions are deprecated."
  • Loading branch information
lah7 committed Apr 17, 2024
1 parent e8dce45 commit 083fdc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Dependencies
run: |
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Dependencies
run: |
Expand Down

0 comments on commit 083fdc0

Please sign in to comment.