Skip to content

Commit

Permalink
Merge pull request #60 from InkApplications/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/checkout-4.1.7

Bump actions/checkout from 4.1.6 to 4.1.7
  • Loading branch information
ReneeVandervelde authored Jun 17, 2024
2 parents 7ac1247 + 6598537 commit 1da1421
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7
-
name: Configure Java
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7
-
name: Configure Java
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7
-
name: Configure Java
uses: actions/[email protected]
Expand Down

0 comments on commit 1da1421

Please sign in to comment.