Skip to content

Commit 8ee4664

Browse files
chore: bump actions/checkout from 6.0.2 to 6.0.3 (#41)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5f75ee8 commit 8ee4664

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Clone repository
20-
uses: actions/checkout@v6.0.2
20+
uses: actions/checkout@v6.0.3
2121
- name: Install inotify-tools
2222
run: sudo apt-get install -y inotify-tools
2323
- name: Use Elixir

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Clone repository
19-
uses: actions/checkout@v6.0.2
19+
uses: actions/checkout@v6.0.3
2020
with:
2121
fetch-depth: "0"
2222
token: ${{ secrets.TOKEN_GITHUB_TO_GITHUB_REPOSITORIES_RW }}

0 commit comments

Comments
 (0)