summaryrefslogtreecommitdiffstats
path: root/.github/workflows/npm-audit-fix.yml
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2024-06-04 20:15:56 +0200
committerGitHub <noreply@github.com>2024-06-04 20:15:56 +0200
commit2ffd943a7fe199e96b56b0679f37143e3914a840 (patch)
tree44e0081f3d1385bb466d8b6fc9bf2dd5cee930fb /.github/workflows/npm-audit-fix.yml
parent68eb34b8acb65e6d714673853bcb0b74c9a34168 (diff)
parent6e39314f002b4b57f1eed95d963e01d1e90d8a66 (diff)
Merge pull request #3951 from nextcloud/renovate/actions-checkout-4.x
chore(deps): bump actions/checkout action
Diffstat (limited to '.github/workflows/npm-audit-fix.yml')
-rw-r--r--.github/workflows/npm-audit-fix.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml
index cd416867..c062664b 100644
--- a/.github/workflows/npm-audit-fix.yml
+++ b/.github/workflows/npm-audit-fix.yml
@@ -27,7 +27,7 @@ jobs:
steps:
- name: Checkout
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
+ uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
ref: ${{ matrix.branches }}