Skip to content

Commit ecac8c8

Browse files
build(deps): bump actions/checkout from 2 to 5 (#38)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f240e45 commit ecac8c8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: |
1616
echo "REPO_NAME=$(echo ${{ github.repository }} | cut -d'/' -f2)" >> $GITHUB_ENV
1717
echo "VERSION=$(echo ${{ github.ref }} | cut -d'/' -f3 | cut -c2-)" >> $GITHUB_ENV
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v5
1919

2020
- name: Set up Lua
2121
uses: leafo/gh-actions-lua@v12
@@ -50,7 +50,7 @@ jobs:
5050
echo "REPO_NAME=$(echo ${{ github.repository }} | cut -d'/' -f2)" >> $GITHUB_ENV
5151
echo "VERSION=$(echo ${{ github.ref }} | cut -d'/' -f3 | cut -c2-)" >> $GITHUB_ENV
5252
- name: Checkout code
53-
uses: actions/checkout@v2
53+
uses: actions/checkout@v5
5454
- name: Download JSON file
5555
uses: actions/download-artifact@v2
5656
with:

0 commit comments

Comments
 (0)