Skip to content

Commit

Permalink
bump actions/{checkout,setup-node}@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Garbuzov committed Mar 5, 2024
1 parent 89c617a commit a1592b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '15'
- name: Gatsby Publish
Expand Down

0 comments on commit a1592b9

Please sign in to comment.