Skip to content

Commit 27db740

Browse files
build(deps): bump actions/checkout from 4.0.0 to 4.1.1 (#2918)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.0.0...v4.1.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7ed20b8 commit 27db740

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
apt update && apt install -yqq git zip unzip zlib1g-dev zlib1g yasm
6464
6565
- name: Check out code
66-
uses: actions/checkout@v4.0.0
66+
uses: actions/checkout@v4.1.1
6767
with:
6868
fetch-depth: 0
6969
# Check https://github.com/livepeer/go-livepeer/pull/1891
@@ -165,7 +165,7 @@ jobs:
165165

166166
steps:
167167
- name: Check out code
168-
uses: actions/checkout@v4.0.0
168+
uses: actions/checkout@v4.1.1
169169
with:
170170
fetch-depth: 0
171171
# Check https://github.com/livepeer/go-livepeer/pull/1891

.github/workflows/docker.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-20.04
2323
steps:
2424
- name: Check out code
25-
uses: actions/checkout@v4.0.0
25+
uses: actions/checkout@v4.1.1
2626
with:
2727
fetch-depth: 0
2828
# Check https://github.com/livepeer/go-livepeer/pull/1891
@@ -106,7 +106,7 @@ jobs:
106106
runs-on: ubuntu-20.04
107107
steps:
108108
- name: Check out code
109-
uses: actions/checkout@v4.0.0
109+
uses: actions/checkout@v4.1.1
110110
with:
111111
fetch-depth: 0
112112
# Check https://github.com/livepeer/go-livepeer/pull/1891

.github/workflows/git.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Check out code
15-
uses: actions/checkout@v4.0.0
15+
uses: actions/checkout@v4.1.1
1616

1717
- name: Block fixup commit merge
1818
uses: 13rac1/block-fixup-merge-action@v2.0.0

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1414
steps:
1515
- name: checkout
16-
uses: actions/checkout@v4.0.0
16+
uses: actions/checkout@v4.1.1
1717
with:
1818
fetch-depth: 0
1919
ref: ${{ github.event.workflow_run.head_branch }}

.github/workflows/test.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
sudo apt update && sudo apt install -yqq git zip unzip zlib1g-dev zlib1g
2929
3030
- name: Check out code
31-
uses: actions/checkout@v4.0.0
31+
uses: actions/checkout@v4.1.1
3232
with:
3333
fetch-depth: 0
3434
# Check https://github.com/livepeer/go-livepeer/pull/1891
@@ -127,7 +127,7 @@ jobs:
127127

128128
steps:
129129
- name: Check out code
130-
uses: actions/checkout@v4.0.0
130+
uses: actions/checkout@v4.1.1
131131
with:
132132
fetch-depth: 0
133133
# Check https://github.com/livepeer/go-livepeer/pull/1891
@@ -150,7 +150,7 @@ jobs:
150150
runs-on: ubuntu-latest
151151
steps:
152152
- name: Check out code
153-
uses: actions/checkout@v4.0.0
153+
uses: actions/checkout@v4.1.1
154154
with:
155155
# Check https://github.com/livepeer/go-livepeer/pull/1891
156156
# for ref value discussion

0 commit comments

Comments
 (0)