Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
Upgraded to version v3
  • Loading branch information
BjoernMHaase authored Sep 26, 2024
1 parent 2002a15 commit 54a536b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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@v2
uses: actions/checkout@v3

# See https://github.com/actions/checkout/issues/290
- name: "Get Tag Annotations"
Expand All @@ -25,7 +25,7 @@ jobs:
date -u "+::set-output name=date::%FT%T"
- name: "Cache References"
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
${{ steps.cache-setup.outputs.path }}
Expand All @@ -41,7 +41,7 @@ jobs:
token: ${{ github.token }}

- name: "Upload to Datatracker"
uses: martinthomson/i-d-template@v1
uses: martinthomson/i-d-template@v3
with:
make: upload

Expand Down

0 comments on commit 54a536b

Please sign in to comment.