3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-03-02 06:18:50 +00:00

Upgraded actions/checkout to v4 (via #13580)

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2023-09-11 13:25:44 +01:00
parent dc74fb133f
commit c2fe9d490b
6 changed files with 6 additions and 6 deletions

View File

@ -26,7 +26,7 @@ jobs:
language: [ 'javascript' ]
steps:
- name: Checkout repository
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL