Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c8e7199

Browse filesBrowse files
committed
Bump actions/checkout from 5 to 6
1 parent db4ac35 commit c8e7199
Copy full SHA for c8e7199

File tree

Expand file treeCollapse file tree

3 files changed

+6
-6
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

3 files changed

+6
-6
lines changed
Open diff view settings
Collapse file

‎.github/workflows/ci.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- "21.3"
3535
steps:
3636
- name: Checkout code
37-
uses: actions/checkout@v5
37+
uses: actions/checkout@v6
3838
- name: Cache .plt directory
3939
uses: actions/cache@v4
4040
with:
@@ -49,7 +49,7 @@ jobs:
4949
container: erlang:27.3
5050
steps:
5151
- name: Checkout code
52-
uses: actions/checkout@v5
52+
uses: actions/checkout@v6
5353
- name: Test examples
5454
run: make test-examples
5555

@@ -59,7 +59,7 @@ jobs:
5959
container: erlang:27.3
6060
steps:
6161
- name: Checkout code
62-
uses: actions/checkout@v5
62+
uses: actions/checkout@v6
6363
- name: Test examples in parallel
6464
run: make test-parallel
6565

@@ -69,7 +69,7 @@ jobs:
6969
container: erlang:27.3
7070
steps:
7171
- name: Checkout code
72-
uses: actions/checkout@v5
72+
uses: actions/checkout@v6
7373
with:
7474
fetch-depth: 0
7575
- name: Measure coverage
Collapse file

‎.github/workflows/codespell.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/codespell.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
codespell:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v5
7+
- uses: actions/checkout@v6
88
- uses: codespell-project/actions-codespell@master
99
with:
1010
exclude_file: THANKS
Collapse file

‎.github/workflows/shellcheck.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/shellcheck.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ jobs:
44
shellcheck:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v5
7+
- uses: actions/checkout@v6
88
- uses: ludeeus/action-shellcheck@master

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.