Skip to content

Commit

Permalink
Update GitHub uses actions node.js to v20 (#6754)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinyuan-dev authored May 15, 2024
1 parent 69a1202 commit ebc1b49
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
ASM: /usr/bin/clang-14
steps:
- name: checkout libmfxgen
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: libmfxgen
- name: checkout libva
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: intel/libva
path: libva
Expand Down Expand Up @@ -77,11 +77,11 @@ jobs:
ASM: /usr/bin/clang-14
steps:
- name: checkout libmfxgen
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: libmfxgen
- name: checkout libva
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: intel/libva
path: libva
Expand Down Expand Up @@ -141,11 +141,11 @@ jobs:
ASM: /usr/bin/clang-14
steps:
- name: checkout libmfxgen
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: libmfxgen
- name: checkout libva
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: intel/libva
path: libva
Expand Down Expand Up @@ -205,11 +205,11 @@ jobs:
ASM: /usr/bin/clang-12
steps:
- name: checkout libmfxgen
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: libmfxgen
- name: checkout libva
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: intel/libva
path: libva
Expand Down Expand Up @@ -261,11 +261,11 @@ jobs:
CFLAGS: -O2 -Wformat -Wformat-security -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong
steps:
- name: checkout libmfxgen
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: libmfxgen
- name: checkout libva
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: intel/libva
path: libva
Expand Down Expand Up @@ -318,11 +318,11 @@ jobs:
ASM: /usr/bin/gcc-10
steps:
- name: checkout libmfxgen
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: libmfxgen
- name: checkout libva
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: intel/libva
path: libva
Expand Down

0 comments on commit ebc1b49

Please sign in to comment.