We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6925910 commit 6f36ebaCopy full SHA for 6f36eba
1 file changed
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: "Install packages"
22
run: apt-get update && apt-get install -y git
23
- name: Checkout repository
24
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
25
- name: "Gradle cache"
26
uses: actions/cache@v2
27
with:
0 commit comments