Skip to content

Commit 3598a46

Browse files
authored
Update publish.yml to v4
1 parent 37e1389 commit 3598a46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: "Checkout"
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v4
1515

1616
# See https://github.com/actions/checkout/issues/290
1717
- name: "Get Tag Annotations"
@@ -25,7 +25,7 @@ jobs:
2525
date -u "+::set-output name=date::%FT%T"
2626
2727
- name: "Cache References"
28-
uses: actions/cache@v2
28+
uses: actions/cache@v4
2929
with:
3030
path: ${{ steps.cache-setup.outputs.path }}
3131
key: refcache-${{ steps.date.outputs.date }}

0 commit comments

Comments
 (0)