Skip to content

Commit 835341c

Browse files
authored
Merge pull request #45 from lfit/dependabot/github_actions/actions/checkout-5
Chore(deps): Bump actions/checkout from 4 to 5
2 parents 262b7d7 + 1ecad47 commit 835341c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/call-g2g-composite-action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
pull-requests: write
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v5
2525
with:
2626
token: ${{ secrets.GITHUB_TOKEN }}
2727
- name: "Call the lfit/github2gerrit composite action"

.github/workflows/github2gerrit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
jq --version
9898
9999
- name: Clone Github repo where the PR is submitted
100-
uses: actions/checkout@v4
100+
uses: actions/checkout@v5
101101
with:
102102
fetch-depth: ${{ inputs.fetch_depth }}
103103
ref: ${{ github.event.pull_request.head.sha }}

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ runs:
7373
jq --version
7474
7575
- name: Clone Github repo where the PR is submitted
76-
uses: actions/checkout@v4
76+
uses: actions/checkout@v5
7777
with:
7878
fetch-depth: ${{ inputs.FETCH_DEPTH }}
7979
ref: ${{ github.event.pull_request.head.sha }}

0 commit comments

Comments
 (0)