Skip to content

Commit 5c5eef5

Browse files
dependabot[bot]anoopcs9
authored andcommitted
go-ceph: bump actions/checkout from 6.0.0 to 6.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@1af3b93...8e8c483) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a1b2a48 commit 5c5eef5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
needs: go-versions
4949
runs-on: ubuntu-latest
5050
steps:
51-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
51+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
5252
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c
5353
with:
5454
go-version: ${{ needs.go-versions.outputs.latest }}
@@ -83,7 +83,7 @@ jobs:
8383
- ceph_version: "squid"
8484
go_version: ${{ needs.go-versions.outputs.unstable }}
8585
steps:
86-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
86+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
8787
- name: Set cores to get stored as "core"
8888
run: sudo bash -c 'echo "core" > /proc/sys/kernel/core_pattern'
8989
- name: Run tests

.github/workflows/report-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
# Checkout with fetch-depth=0 in order to fetch (all) tags.
1414
# The Makefile runs git commands to pass tag info to the apiage script.
15-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
15+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
1616
with:
1717
fetch-depth: 0
1818
- name: Run makefile

0 commit comments

Comments
 (0)