Skip to content

Commit 5b0f841

Browse files
chore(deps): update actions/checkout action to v6
| datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v2.7.0 | v6.0.3 | | github-tags | actions/checkout | v4.3.1 | v6.0.3 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2128fce commit 5b0f841

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
5959
steps:
6060
- name: Checkout repository
61-
uses: actions/checkout@v4
61+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
6262

6363
# Add any setup steps before running the `github/codeql-action/init` action.
6464
# This includes steps like installing compilers or runtimes (`actions/setup-node`

.github/workflows/hugo_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# Steps represent a sequence of tasks that will be executed as part of the job
2323
steps:
2424
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2626
with:
2727
fetch-depth: 1
2828

0 commit comments

Comments
 (0)