Skip to content

Commit 0b56bfd

Browse files
chore(deps): update actions/checkout action to v6
1 parent ae98893 commit 0b56bfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
otp: ["27", "28"]
1616
fail-fast: false
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
- uses: erlef/setup-beam@v1
2020
id: setup-beam
2121
with:
@@ -49,7 +49,7 @@ jobs:
4949
needs: build_and_test
5050
runs-on: ubuntu-latest
5151
steps:
52-
- uses: actions/checkout@v5
52+
- uses: actions/checkout@v6
5353
- name: Bump version and push tag
5454
id: tag_version
5555
uses: mathieudutour/github-tag-action@v6.2

0 commit comments

Comments
 (0)