Skip to content

Commit bc5255b

Browse files
dependabot[bot]marko-bekhta
authored andcommitted
Bump actions/checkout from 5.0.0 to 5.0.1 in the workflow-actions group
Bumps the workflow-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 5.0.0 to 5.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@08c6903...93cb6ef) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: workflow-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e508132 commit bc5255b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
fi
4747
# Checkout target branch which has trusted code
4848
- name: Check out target branch
49-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
49+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # 5.0.1
5050
with:
5151
persist-credentials: false
5252
# By default, a workflow that is triggered with on workflow_run would run on the main (default) branch.

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: Support longpaths on Windows
8989
if: "startsWith(matrix.os.runs-on, 'windows')"
9090
run: git config --global core.longpaths true
91-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
91+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # 5.0.1
9292
with:
9393
persist-credentials: false
9494
# Fetch the whole history to make sure that gitflow incremental builder

0 commit comments

Comments
 (0)