Skip to content

Commit

Permalink
Bump actions/checkout from 3.5.3 to 3.6.0
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 3.6.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.5.3...v3.6.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tuxji committed Aug 25, 2023
1 parent 046ffe5 commit 61f31cd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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.5.3
uses: actions/checkout@v3.6.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.5.3
uses: actions/checkout@v3.6.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.5.3
uses: actions/checkout@v3.6.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.5.3
uses: actions/checkout@v3.6.0

- name: Check out kind2 source
if: runner.os == 'macOS'
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.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.5.3
uses: actions/checkout@v3.6.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.5.3
uses: actions/checkout@v3.6.0
with:
repository: ge-high-assurance/VERDICT-update-sites
token: ${{ secrets.CI_PAT }}
Expand Down

0 comments on commit 61f31cd

Please sign in to comment.