Skip to content

Commit

Permalink
chore(workflow): The following actions uses node12 which is deprecate…
Browse files Browse the repository at this point in the history
…d and will be forced to run on node16: actions/checkout@v2
  • Loading branch information
Muhammed-Rahif committed Sep 24, 2024
1 parent c60359a commit e00f42e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit e00f42e

Please sign in to comment.