Skip to content

Commit

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

Bump actions/checkout from 4.1.3 to 4.1.6
  • Loading branch information
ReneeVandervelde authored May 23, 2024
2 parents a1c9740 + 05340af commit 9859f34
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].3
uses: actions/[email protected].6
-
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].3
uses: actions/[email protected].6
-
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].3
uses: actions/[email protected].6
-
name: Configure Java
uses: actions/[email protected]
Expand Down

0 comments on commit 9859f34

Please sign in to comment.