mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-12-19 09:55:01 -07:00
Merge pull request #16 from asdf-vm/dependabot/github_actions/actions/checkout-4
chore(deps): bump actions/checkout from 3 to 4
This commit is contained in:
commit
60207d8a6e
2
.github/workflows/release-build.yml
vendored
2
.github/workflows/release-build.yml
vendored
@ -65,7 +65,7 @@ jobs:
|
||||
# line below to contain the actual tag name
|
||||
echo "ASDF_VERSION=0.0.0" >> "$GITHUB_ENV"
|
||||
echo "version is: ${{ env.ASDF_VERSION }}"
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Create GitHub release
|
||||
id: release
|
||||
uses: ncipollo/release-action@v1
|
||||
|
Loading…
Reference in New Issue
Block a user