Skip to content

Commit

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

Bump actions/checkout from 3.5.2 to 3.5.3
  • Loading branch information
rlaiola authored Jun 12, 2023
2 parents 03b48e8 + 6a019c2 commit 61bb11b
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/[email protected].2
uses: actions/[email protected].3
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/[email protected].2
uses: actions/[email protected].3
with:
# Repository name with owner. For example, actions/checkout.
# Default: ${{ github.repository }}
Expand Down

0 comments on commit 61bb11b

Please sign in to comment.