Skip to content

Commit

Permalink
Merge pull request #15 from rlaiola/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-3.5.0

Bump actions/checkout from 3.4.0 to 3.5.0
  • Loading branch information
rlaiola authored Mar 27, 2023
2 parents 6af9099 + d1b6db5 commit 3122f4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# https://github.com/marketplace/actions/checkout
-
name: Checkout repository
uses: actions/checkout@v3.4.0
uses: actions/checkout@v3.5.0
with:
# Repository name with owner. For example, actions/checkout.
# Default: ${{ github.repository }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# https://github.com/marketplace/actions/checkout
-
name: Checkout repository
uses: actions/checkout@v3.4.0
uses: actions/checkout@v3.5.0
with:
# Repository name with owner. For example, actions/checkout.
# Default: ${{ github.repository }}
Expand Down

0 comments on commit 3122f4d

Please sign in to comment.