Skip to content

Commit 0ab6c53

Browse files
committed
updated actions
1 parent b042660 commit 0ab6c53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: 'Checkout repository'
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525

2626
# Initializes the CodeQL tools for scanning.
2727
- name: 'Initialize CodeQL'

.github/workflows/download.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: 'ubuntu-latest'
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616

1717
- name: Setup Node.js
1818
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)