We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 262c23e + 844be8a commit a916641Copy full SHA for a916641
.github/workflows/elixir.yml
@@ -39,7 +39,7 @@ jobs:
39
lint: lint
40
coverage: coverage
41
steps:
42
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
43
44
- uses: erlef/setup-beam@v1
45
with:
.github/workflows/publish.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
13
- name: Check out
14
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
15
16
17
otp-version: 26.x
0 commit comments