Skip to content

Commit 8b836a3

Browse files
committed
Update GitHub workflows to latest checkout action
1 parent c534888 commit 8b836a3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
otp: ['25.3', '26.2', '27.2']
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919
- uses: erlef/setup-beam@v1
2020
with:
2121
otp-version: ${{matrix.otp}}

.github/workflows/proptests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
otp: ['27.2']
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919
- uses: erlef/setup-beam@v1
2020
with:
2121
otp-version: ${{matrix.otp}}

.github/workflows/self-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
otp: ['27.2']
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919
- uses: erlef/setup-beam@v1
2020
with:
2121
otp-version: ${{matrix.otp}}

0 commit comments

Comments
 (0)