Skip to content

Commit 32cd2e7

Browse files
renovate[bot]pirat89
authored andcommitted
chore(deps): update actions/checkout action to v5
1 parent 723b175 commit 32cd2e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/reuse-copr-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# TODO: The correct way to checkout would be to use simmilar approach as in get_commit_by_timestamp function of
5050
# the github gluetool module (i.e. do not use HEAD but the last commit before comment).
5151
id: checkout
52-
uses: actions/checkout@v4
52+
uses: actions/checkout@v5
5353
with:
5454
ref: "refs/pull/${{ steps.pr_nr.outputs.pr_nr }}/head"
5555

@@ -121,7 +121,7 @@ jobs:
121121
- name: Checkout leapp-repository
122122
id: checkout_leapp_repository
123123
if: ${{ steps.leapp_repository_pr_regex_match.outputs.match != '' }}
124-
uses: actions/checkout@v4
124+
uses: actions/checkout@v5
125125
with:
126126
repository: "oamg/leapp-repository"
127127
ref: "refs/pull/${{ steps.leapp_repository_pr.outputs.leapp_repository_pr }}/head"

.github/workflows/unit-tests.yml

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

3737
steps:
3838
- name: Checkout code
39-
uses: actions/checkout@v4
39+
uses: actions/checkout@v5
4040
with:
4141
fetch-depth: '0'
4242
- name: Set main to origin/main

0 commit comments

Comments
 (0)