Skip to content

Commit

Permalink
CI: use actions/checkout@v4
Browse files Browse the repository at this point in the history
v3 issues some warning of deprecated stuff.
  • Loading branch information
robUx4 committed Feb 5, 2024
1 parent 392cd8f commit 991b2e1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-gcc13.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
- uses: lukka/get-cmake@latest

- name: Get pushed code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Checkout libebml
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: Matroska-Org/libebml
path: libebml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
- uses: lukka/get-cmake@latest

- name: Get pushed code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Checkout libebml
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: Matroska-Org/libebml
path: libebml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
- uses: lukka/get-cmake@latest

- name: Get pushed code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Checkout libebml
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: Matroska-Org/libebml
path: libebml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/uwp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
- uses: lukka/get-cmake@latest

- name: Get pushed code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Checkout libebml
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: Matroska-Org/libebml
path: libebml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
- uses: lukka/get-cmake@latest

- name: Get pushed code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Checkout libebml
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: Matroska-Org/libebml
path: libebml
Expand Down

0 comments on commit 991b2e1

Please sign in to comment.