Skip to content

Commit

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

Bump actions/checkout from 3.5.3 to 3.6.0
  • Loading branch information
rlaiola authored Aug 25, 2023
2 parents 8fe21e8 + 1ca57b4 commit a109761
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.5.3
uses: actions/checkout@v3.6.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.5.3
uses: actions/checkout@v3.6.0
with:
# Repository name with owner. For example, actions/checkout.
# Default: ${{ github.repository }}
Expand Down

0 comments on commit a109761

Please sign in to comment.