Skip to content

Commit 719255b

Browse files
authored
Merge pull request #13 from iotaledger/update_gh_actions
fix: update cache and checkout actions to v4
2 parents 180eb64 + 5953d25 commit 719255b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/gh-mdbook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v4
1414

1515
# Install Rust package manager
1616
#
@@ -28,7 +28,7 @@ jobs:
2828
path: ~/.cargo/registry
2929
key: ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
3030
- name: Cache cargo index
31-
uses: actions/cache@v1
31+
uses: actions/cache@v4
3232
with:
3333
path: ~/.cargo/git
3434
key: ${{ runner.os }}-cargo-index-${{ hashFiles('**/Cargo.lock') }}

.github/workflows/markdownlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v4
1414
- name: Markdown Linting
1515
uses: avto-dev/markdown-lint@v1.5.0
1616
with:

0 commit comments

Comments
 (0)