Skip to content

Commit

Permalink
Merge pull request #463 from okta/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…heckout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
arvindkrishnakumar-okta authored Sep 19, 2023
2 parents fc4bb04 + 2959f57 commit 373defc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/graalvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
RUN_IT: true
OKTA_ITS_TIMEOUT: PT45s
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up GraalVM
uses: graalvm/[email protected]
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
RUN_IT: true

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ilammy/[email protected]
- uses: microsoft/[email protected]

Expand Down

0 comments on commit 373defc

Please sign in to comment.