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.
actions/checkout
1 parent a657f48 commit e19c173Copy full SHA for e19c173
.github/workflows/android-build.yml
@@ -18,7 +18,7 @@ jobs:
18
BUILD_TOOLS_VERSION: "30.0.2"
19
20
steps:
21
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
22
- name: prepare debug keystore directory
23
run: |
24
mkdir -p $HOME/.android
.github/workflows/android-release.yml
@@ -22,7 +22,7 @@ jobs:
echo "BRANCH="${GITHUB_REF##*/} >> $GITHUB_ENV
- name: checkout repository code
25
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
26
27
28
0 commit comments