diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ba4e2b39827d1..8b8b954e2a7a7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,7 +27,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v6.0.3 with: submodules: recursive diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index d88c8f282fbbd..a8b99e5391621 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -23,7 +23,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v6.0.3 - uses: actions/setup-node@v3 with: node-version: "16" diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a89cf69beefcf..3b6e8175588da 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -7,7 +7,7 @@ jobs: name: 🍇 Markdown runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v6.0.3 - name: 🚀 Use Node.js uses: actions/setup-node@v3 with: @@ -18,7 +18,7 @@ jobs: name: 🍒 Frontmatter runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v6.0.3 - name: 🚀 Use Node.js uses: actions/setup-node@v3 with: @@ -29,7 +29,7 @@ jobs: name: 🍏 YAML runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v6.0.3 - uses: actions/setup-python@v4.1.0 with: python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax