Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2023-12-05 18:56:21 +0300
committerGitHub <noreply@github.com>2023-12-05 18:56:21 +0300
commit49eeed33cdc6b3e0b9ff57a7124e5b883dc8beab (patch)
tree81806364ca3fd9666badfedbc3a9108256cc370c
parentcae7a39cdbc046b40acb5d53d5756a766e5916c4 (diff)
parente935a1bd633e31ff1d95f9516ccdc7aac3b1a120 (diff)
Merge pull request #1947 from nextcloud/dependabot/github_actions/actions/checkout-4.1.1
build(deps): Bump actions/checkout from 3.5.2 to 4.1.1
-rw-r--r--.github/workflows/android.yml8
-rw-r--r--.github/workflows/command-rebase.yml2
2 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml
index e10d9450..e97cca8a 100644
--- a/.github/workflows/android.yml
+++ b/.github/workflows/android.yml
@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v4.1.1
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1
@@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v4.1.1
- name: Lint
run: bash ./gradlew lintDevDebug --stacktrace
@@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v4.1.1
- name: Unit tests
run: bash ./gradlew test --stacktrace
@@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v4.1.1
- name: Build debug APK
run: bash ./gradlew assembleDev --stacktrace
- name: Upload APK
diff --git a/.github/workflows/command-rebase.yml b/.github/workflows/command-rebase.yml
index c6a48b31..60876df3 100644
--- a/.github/workflows/command-rebase.yml
+++ b/.github/workflows/command-rebase.yml
@@ -31,7 +31,7 @@ jobs:
reaction-type: "+1"
- name: Checkout the latest code
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
+ uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0
token: ${{ secrets.COMMAND_BOT_PAT }}