We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5208bb commit 4d2dd05Copy full SHA for 4d2dd05
2 files changed
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
# Steps represent a sequence of tasks that will be executed as part of the job
24
steps:
25
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
26
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v6
27
28
- name: Build
29
uses: eskatos/gradle-command-action@v2.10.0
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
18
19
20
21
0 commit comments