Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/checkout from 3.6.0 to 4.0.0 #482

Merged
merged 1 commit into from
Sep 5, 2023
Merged
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/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Check out VERDICT source
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.0.0

- name: Set up GraphViz
uses: ts-graphviz/setup-graphviz@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

steps:
- name: Check out VERDICT source
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.0.0

- name: Set up OCaml
uses: ocaml/[email protected]
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:

- name: Check out VERDICT-update-sites
if: runner.os == 'Linux'
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.0.0
with:
repository: ge-high-assurance/VERDICT-update-sites
token: ${{ secrets.CI_PAT }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:

steps:
- name: Check out VERDICT source
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.0.0

- name: Check out kind2 source
if: runner.os == 'macOS'
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.0.0
with:
repository: kind2-mc/kind2
path: tools/verdict-back-ends/kind2
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:

steps:
- name: Check out VERDICT source
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.0.0

- name: Set up GraphViz
uses: ts-graphviz/setup-graphviz@v1
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
gehighassurance/verdict:${{ github.event.release.tag_name }}

- name: Check out VERDICT-update-sites
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.0.0
with:
repository: ge-high-assurance/VERDICT-update-sites
token: ${{ secrets.CI_PAT }}
Expand Down