Skip to content

Commit

Permalink
Merge pull request #229 from ge-high-assurance/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/checkout-4.2.2

Bump actions/checkout from 4.1.7 to 4.2.2
  • Loading branch information
saratge authored Jan 10, 2025
2 parents d7dbbfe + abbb003 commit fab6a20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 RITE source
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.2

- name: Set up Java and Maven
uses: actions/setup-java@v4.6.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: Check out RITE source
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.2

- name: Set up Java and Maven
uses: actions/setup-java@v4.6.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:
- name: Check out RITE source
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.2

- name: Set up Java and Maven
uses: actions/setup-java@v4.6.0
Expand Down

0 comments on commit fab6a20

Please sign in to comment.