Skip to content

Commit

Permalink
Merge pull request #32 from Margen67/update
Browse files Browse the repository at this point in the history
Update checkout to v4
  • Loading branch information
clienthax authored Nov 19, 2023
2 parents cb421e7 + f0fccb6 commit ba5cb8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get short SHA
run: echo "SHORT_SHA=${GITHUB_SHA:0:7}" >> $GITHUB_ENV
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Download artifacts
uses: actions/download-artifact@v3
Expand Down

0 comments on commit ba5cb8b

Please sign in to comment.