Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/dh-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: apt-get update && apt-get install -y git curl tar libgomp1

- name: Checkout repo
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Verify DH initiator in Go using Gobra
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
echo "IMAGE_ID=ghcr.io/$REPO_OWNER/protocol-verification-refinement-tamarin" >> $GITHUB_ENV

- name: Checkout repo
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Image version
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wireguard-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
echo "IMAGE_ID=ghcr.io/$REPO_OWNER/protocol-verification-refinement-wireguard" >> $GITHUB_ENV

- name: Checkout repo
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Image version
run: |
Expand Down