Skip to content

Commit 56620b4

Browse files
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0fbe0e8 commit 56620b4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
development: true
3535
runs-on: ubuntu-20.04
3636
steps:
37-
- uses: actions/checkout@v3
37+
- uses: actions/checkout@v4
3838
with:
3939
fetch-depth: 50
4040
- uses: erlef/setup-beam@v1
@@ -83,7 +83,7 @@ jobs:
8383
steps:
8484
- name: Configure Git
8585
run: git config --global core.autocrlf input
86-
- uses: actions/checkout@v3
86+
- uses: actions/checkout@v4
8787
with:
8888
fetch-depth: 50
8989
- uses: erlef/setup-beam@v1
@@ -108,7 +108,7 @@ jobs:
108108
name: Check POSIX-compliant
109109
runs-on: ubuntu-20.04
110110
steps:
111-
- uses: actions/checkout@v3
111+
- uses: actions/checkout@v4
112112
with:
113113
fetch-depth: 50
114114
- name: Install Shellcheck

.github/workflows/notify.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-20.04
1414
name: Notify
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 50
1919
- uses: erlef/setup-beam@v1

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
build_docs: build_docs
4141
runs-on: ubuntu-20.04
4242
steps:
43-
- uses: actions/checkout@v3
43+
- uses: actions/checkout@v4
4444
with:
4545
fetch-depth: 50
4646
- uses: ./.github/workflows/release_pre_built

.github/workflows/repo.hex.pm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-20.04
2929
concurrency: builds_txt
3030
steps:
31-
- uses: actions/checkout@v3
31+
- uses: actions/checkout@v4
3232
with:
3333
fetch-depth: 50
3434
- uses: ./.github/workflows/release_pre_built

0 commit comments

Comments
 (0)