Skip to content

Commit c847610

Browse files
renovate[bot]rickymoorhouse
authored andcommitted
chore(deps): update actions/checkout action to v4
1 parent d792ede commit c847610

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

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

3636
steps:
3737
- name: Checkout repository
38-
uses: actions/checkout@v2
38+
uses: actions/checkout@v4
3939

4040
# Initializes the CodeQL tools for scanning.
4141
- name: Initialize CodeQL

.github/workflows/test-and-publish.yml

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

2929
steps:
3030
- name: Clone the repository
31-
uses: actions/checkout@v2
31+
uses: actions/checkout@v4
3232

3333
- name: Buildah Action
3434
id: build-image

0 commit comments

Comments
 (0)