Skip to content

Commit b27b4b7

Browse files
chore(deps): update actions/checkout action to v5
1 parent 330f3fd commit b27b4b7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

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

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v4.3.0
41+
uses: actions/checkout@v5.0.0
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL

.github/workflows/development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
packages: write
1212
steps:
1313
- name: Checkout repository
14-
uses: actions/checkout@v4.3.0
14+
uses: actions/checkout@v5.0.0
1515

1616
- name: Set ENV
1717
run: |

.github/workflows/production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
packages: write
1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v4.3.0
16+
uses: actions/checkout@v5.0.0
1717

1818
- name: Login to GitHub Container Registry
1919
uses: docker/login-action@v3

0 commit comments

Comments
 (0)