Skip to content

Commit 7a11213

Browse files
committed
Update GitHub Actions to v4
1 parent 0bdf51a commit 7a11213

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publishLedger.yml

Lines changed: 1 addition & 1 deletion
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@v3
14+
uses: actions/checkout@v4
1515
- name: Git commit hash
1616
id: hash
1717
run: |

.github/workflows/publishZondax.yml

Lines changed: 1 addition & 1 deletion
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@v3
14+
uses: actions/checkout@v4
1515
- name: Git commit hash
1616
id: hash
1717
run: echo "hash=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)