Skip to content

Commit

Permalink
fix: checkout action version updated (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
akosbalasko authored Aug 20, 2024
1 parent 6307a78 commit 6f8b72b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v3
uses: actions/checkout@v4.1.7

- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
new_release_published: ${{ steps.semantic.outputs.new_release_published }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4.1.7
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 6f8b72b

Please sign in to comment.