Skip to content

Commit

Permalink
update checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanjam committed May 14, 2024
1 parent 3b4c183 commit 3d936dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 1

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 1

Expand All @@ -30,9 +30,9 @@ jobs:
echo "github.ref -> {{ github.ref }}"
- name: Set up Node.js and Yarn
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '20.10.0'
node-version: '20.12.2'
registry-url: 'https://registry.yarnpkg.com'

- name: Install dependencies
Expand Down

0 comments on commit 3d936dd

Please sign in to comment.