diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b216ea6710c6b..2e91d016692c5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,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@v4.1.1 with: submodules: recursive diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index f614a26c68e7d..63ae784eb46b9 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@v4.1.1 - uses: actions/setup-node@v3 with: node-version: "16" diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e9ea75775031e..a39ab1740030a 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@v4.1.1 - name: 🚀 Use Node.js uses: actions/setup-node@v3 with: @@ -18,7 +18,7 @@ jobs: name: 🍏 YAML runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v4.1.1 - 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