Skip to content

Commit b984a5a

Browse files
authored
Merge pull request #846 from fortanix/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents c11e795 + c10464e commit b984a5a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-docker-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222

2323
steps:
24-
- uses: actions/checkout@v5
24+
- uses: actions/checkout@v6
2525
- name: Build the Docker image
2626
run: |
2727
cd intel-sgx/ppid-retrieval-tool/Docker

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
CMAKE_POLICY_VERSION_MINIMUM: 3.5
3232

3333
steps:
34-
- uses: actions/checkout@v5
34+
- uses: actions/checkout@v6
3535

3636
- name: Conditionally export PCS_API_KEY and PCCS_URL
3737
run: |

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
steps:
4949
- name: Checkout code
50-
uses: actions/checkout@v5
50+
uses: actions/checkout@v6
5151

5252
- name: Install build dependencies
5353
run: sudo ./install_build_deps.sh
@@ -83,7 +83,7 @@ jobs:
8383

8484
steps:
8585
- name: Checkout code
86-
uses: actions/checkout@v5
86+
uses: actions/checkout@v6
8787

8888
- name: Install build dependencies
8989
run: ./install_build_deps.sh

0 commit comments

Comments
 (0)