Skip to content

Commit b7d56bd

Browse files
chore(deps): update actions/checkout action to v6
1 parent 904b63d commit b7d56bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/audit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout repository
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v6
1616
with:
1717
submodules: recursive
1818

@@ -83,7 +83,7 @@ jobs:
8383
steps:
8484
# Checkout the repository and submodules
8585
- name: Checkout repository
86-
uses: actions/checkout@v4
86+
uses: actions/checkout@v6
8787
with:
8888
submodules: recursive
8989

0 commit comments

Comments
 (0)