Skip to content

Commit 28f7460

Browse files
authored
Merge pull request #64 from nextcloud/dependabot/github_actions/actions/checkout-4.2.2
chore(deps): bump actions/checkout from 4.1.7 to 4.2.2
2 parents 8d5a660 + 52e49f3 commit 28f7460

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
steps:
6666
- name: Checkout server
67-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
67+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6868
with:
6969
repository: nextcloud/server
7070
ref: ${{ matrix.server-versions }}
@@ -84,7 +84,7 @@ jobs:
8484
extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_mysql, pdo_sqlite, pgsql, pdo_pgsql, gd, zip
8585

8686
- name: Checkout app
87-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
87+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8888
with:
8989
path: ${{ env.APP_NAME }}
9090
persist-credentials: false

0 commit comments

Comments
 (0)