Skip to content

Commit 35adf5d

Browse files
committed
docs(COD-6066): update README.md to remove reference to deprecated action
1 parent afccec4 commit 35adf5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
target: [new, old]
3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v3
41+
uses: actions/checkout@v6
4242
with:
4343
fetch-depth: 2
4444
- name: Checkout old
@@ -88,7 +88,7 @@ jobs:
8888
name: Run analysis
8989
steps:
9090
- name: Checkout repository
91-
uses: actions/checkout@v3
91+
uses: actions/checkout@v6
9292
- name: Analyze
9393
uses: lacework/code-security-action@v1
9494
with:

0 commit comments

Comments
 (0)