summaryrefslogtreecommitdiffstats
path: root/.github/workflows/fips-checksums.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/fips-checksums.yml')
-rw-r--r--.github/workflows/fips-checksums.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/fips-checksums.yml b/.github/workflows/fips-checksums.yml
index 4efad31455..d91715b858 100644
--- a/.github/workflows/fips-checksums.yml
+++ b/.github/workflows/fips-checksums.yml
@@ -26,7 +26,7 @@ jobs:
mkdir ./build
mkdir ./source
mkdir ./artifact
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
repository: ${{ github.event.pull_request.base.repo.full_name }}
ref: ${{ github.event.pull_request.base.ref }}
@@ -43,7 +43,7 @@ jobs:
- name: make fips-checksums pristine
run: make fips-checksums
working-directory: ./build-pristine
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
path: source
- name: config