Skip to content

Commit

Permalink
revert, correct version for checkout
Browse files Browse the repository at this point in the history
Signed-off-by: achmelo <[email protected]>
  • Loading branch information
achmelo committed Sep 27, 2023
1 parent e071c11 commit ba791c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:

steps:
- name: Set up Node
uses: actions/setup-node@v3
uses: actions/setup-node@v2
with:
node-version: '18'

- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: ${{ github.ref_name }}

Expand Down

0 comments on commit ba791c0

Please sign in to comment.