Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.2 to 4.1.3
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.2...v4.1.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tuxji committed Apr 22, 2024
1 parent 8318d4e commit c320f19
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:
- name: Check out VERDICT source
uses: actions/[email protected].2
uses: actions/[email protected].3

- name: Set up Java and Maven
uses: actions/[email protected]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Check out VERDICT source
uses: actions/[email protected].2
uses: actions/[email protected].3

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

steps:
- name: Check out VERDICT source
uses: actions/[email protected].2
uses: actions/[email protected].3

- name: Set up Java and Maven
uses: actions/[email protected]
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
tags: gehighassurance/verdict-dev:latest

- name: Check out VERDICT-update-sites
uses: actions/[email protected].2
uses: actions/[email protected].3
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 @@ -23,11 +23,11 @@ jobs:

steps:
- name: Check out VERDICT source
uses: actions/[email protected].2
uses: actions/[email protected].3

- name: Check out kind2 source
if: runner.os == 'macOS'
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
repository: kind2-mc/kind2
path: tools/verdict-back-ends/kind2
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:

steps:
- name: Check out VERDICT source
uses: actions/[email protected].2
uses: actions/[email protected].3

- name: Set up Java and Maven
uses: actions/[email protected]
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
gehighassurance/verdict:${{ github.event.release.tag_name }}
- name: Check out VERDICT-update-sites
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
repository: ge-high-assurance/VERDICT-update-sites
token: ${{ secrets.CI_PAT }}
Expand Down

0 comments on commit c320f19

Please sign in to comment.