Skip to content

Commit

Permalink
Merge pull request #261 from clarityai-eng/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/checkout-2.4.0

Bump actions/checkout from 2.3.5 to 2.4.0
  • Loading branch information
jfisbein authored Nov 26, 2021
2 parents 056b262 + 47eaa3b commit f030435
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0

- name: Set up JDK 8
uses: actions/setup-java@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0

- name: Set up JDK 8
uses: actions/setup-java@v2
Expand Down

0 comments on commit f030435

Please sign in to comment.