chore(deps): bump actions/checkout from 4.1.0 to 4.1.1

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-10-18 00:08:06 +00:00 committed by Joachim Van Herwegen
parent 28dbfead78
commit 3e4b8f7dd7
4 changed files with 11 additions and 11 deletions

View File

@ -42,7 +42,7 @@ jobs:
with: with:
node-version: 16.x node-version: 16.x
- name: Check out the project - name: Check out the project
uses: actions/checkout@v4.1.0 uses: actions/checkout@v4.1.1
with: with:
ref: ${{ inputs.branch || github.ref }} ref: ${{ inputs.branch || github.ref }}
- name: Install dependencies and run build scripts - name: Install dependencies and run build scripts

View File

@ -21,7 +21,7 @@ jobs:
tags: ${{ steps.meta-main.outputs.tags || steps.meta-version.outputs.tags }} tags: ${{ steps.meta-main.outputs.tags || steps.meta-version.outputs.tags }}
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4.1.0 uses: actions/checkout@v4.1.1
- if: startsWith(github.ref, 'refs/tags/v') || (github.ref == 'refs/heads/main') - if: startsWith(github.ref, 'refs/tags/v') || (github.ref == 'refs/heads/main')
name: Docker meta edge and version tag name: Docker meta edge and version tag
id: meta-main id: meta-main
@ -55,7 +55,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4.1.0 uses: actions/checkout@v4.1.1
- name: Set up QEMU - name: Set up QEMU
uses: docker/setup-qemu-action@v3 uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx - name: Set up Docker Buildx

View File

@ -21,7 +21,7 @@ jobs:
outputs: outputs:
major: ${{ steps.tagged_version.outputs.major || steps.current_version.outputs.major }} major: ${{ steps.tagged_version.outputs.major || steps.current_version.outputs.major }}
steps: steps:
- uses: actions/checkout@v4.1.0 - uses: actions/checkout@v4.1.1
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3
with: with:
node-version: '16.x' node-version: '16.x'
@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: mkdocs-prep needs: mkdocs-prep
steps: steps:
- uses: actions/checkout@v4.1.0 - uses: actions/checkout@v4.1.1
- uses: actions/setup-python@v4 - uses: actions/setup-python@v4
with: with:
python-version: 3.x python-version: 3.x
@ -63,7 +63,7 @@ jobs:
needs: [mkdocs-prep, mkdocs] needs: [mkdocs-prep, mkdocs]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4.1.0 - uses: actions/checkout@v4.1.1
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3
with: with:
node-version: '16.x' node-version: '16.x'

View File

@ -7,7 +7,7 @@ jobs:
lint: lint:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4.1.0 - uses: actions/checkout@v4.1.1
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3
with: with:
node-version: '16.x' node-version: '16.x'
@ -36,7 +36,7 @@ jobs:
- name: Ensure line endings are consistent - name: Ensure line endings are consistent
run: git config --global core.autocrlf input run: git config --global core.autocrlf input
- name: Check out repository - name: Check out repository
uses: actions/checkout@v4.1.0 uses: actions/checkout@v4.1.1
- name: Install dependencies and run build scripts - name: Install dependencies and run build scripts
run: npm ci run: npm ci
- name: Type-check tests - name: Type-check tests
@ -78,7 +78,7 @@ jobs:
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: Check out repository - name: Check out repository
uses: actions/checkout@v4.1.0 uses: actions/checkout@v4.1.1
- name: Install dependencies and run build scripts - name: Install dependencies and run build scripts
run: npm ci run: npm ci
- name: Run integration tests - name: Run integration tests
@ -101,7 +101,7 @@ jobs:
- name: Ensure line endings are consistent - name: Ensure line endings are consistent
run: git config --global core.autocrlf input run: git config --global core.autocrlf input
- name: Check out repository - name: Check out repository
uses: actions/checkout@v4.1.0 uses: actions/checkout@v4.1.1
- name: Install dependencies and run build scripts - name: Install dependencies and run build scripts
run: npm ci run: npm ci
- name: Run integration tests - name: Run integration tests
@ -123,7 +123,7 @@ jobs:
with: with:
node-version: '16.x' node-version: '16.x'
- name: Check out repository - name: Check out repository
uses: actions/checkout@v4.1.0 uses: actions/checkout@v4.1.1
- name: Install dependencies and run build scripts - name: Install dependencies and run build scripts
run: npm ci run: npm ci
- name: Run deploy tests - name: Run deploy tests