Skip to content

Commit 218aa50

Browse files
authored
Merge pull request danger#1524 from danger/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents dd8cd22 + 825cc86 commit 218aa50

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- "3.4"
2727
runs-on: ${{ matrix.os }}
2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030
with:
3131
fetch-depth: 0
3232
- name: Set up Ruby

.github/workflows/publish_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424

2525
- name: Log in to the Container registry
2626
uses: docker/login-action@v3

0 commit comments

Comments
 (0)