Skip to content

Commit

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

Bump actions/checkout from 4.1.7 to 4.2.2
  • Loading branch information
ReneeVandervelde authored Nov 23, 2024
2 parents 1fa6781 + d953385 commit 4e059b7
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/checkout@v4.1.7
uses: actions/checkout@v4.2.2
-
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/checkout@v4.1.7
uses: actions/checkout@v4.2.2
-
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/checkout@v4.1.7
uses: actions/checkout@v4.2.2
-
name: Configure Java
uses: actions/[email protected]
Expand Down

0 comments on commit 4e059b7

Please sign in to comment.