Skip to content

Commit

Permalink
Merge pull request #113 from tavis-software/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
baywet authored Sep 5, 2023
2 parents ebffb53 + b2fdfb0 commit 874d72d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildAndDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4
with:
submodules: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true

Expand Down

0 comments on commit 874d72d

Please sign in to comment.