Skip to content

Commit ff1e49c

Browse files
build(deps): bump actions/checkout from 4 to 5 in the github-actions group (#649)
1 parent 3eeff80 commit ff1e49c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/bump-golang-previous.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
contents: write
1717
pull-requests: write
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
- uses: ./.github/actions/bump-golang
2121
with:
2222
# NOTE: when a new golang version please update me with 1.<go-version-1>

.github/workflows/bump-golang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
contents: write
1717
pull-requests: write
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
- uses: ./.github/actions/bump-golang
2121
with:
2222
branch: 'main'

.github/workflows/catalog-info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
contents: read
1919
packages: read
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222

2323
- uses: elastic/oblt-actions/elastic/validate-catalog@v1
2424

0 commit comments

Comments
 (0)