Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
update actions to v4

Signed-off-by: Ned Smith <[email protected]>
  • Loading branch information
nedmsmith authored Jan 31, 2025
1 parent 658ef20 commit b4b44ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true

Expand All @@ -24,7 +24,7 @@ jobs:
run: date -u "+date=%FT%T" >>"$GITHUB_OUTPUT"

- name: "Caching"
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
.refcache
Expand Down

0 comments on commit b4b44ad

Please sign in to comment.