We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f75ee8 commit 8ee4664Copy full SHA for 8ee4664
2 files changed
.github/workflows/qa.yml
@@ -17,7 +17,7 @@ jobs:
17
18
steps:
19
- name: Clone repository
20
- uses: actions/checkout@v6.0.2
+ uses: actions/checkout@v6.0.3
21
- name: Install inotify-tools
22
run: sudo apt-get install -y inotify-tools
23
- name: Use Elixir
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
fetch-depth: "0"
token: ${{ secrets.TOKEN_GITHUB_TO_GITHUB_REPOSITORIES_RW }}
0 commit comments