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 2182e26 commit 9e3d9d3Copy full SHA for 9e3d9d3
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.3
+ uses: actions/checkout@v7.0.0
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