From 8210b701931f518c93eee1a4d9bc09456c3552fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 22:33:54 +0000 Subject: [PATCH] Bump actions/checkout from 4.2.0 to 4.2.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.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.2.0...v4.2.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build_gluon.yml | 4 ++-- .github/workflows/build_manual .yml | 4 ++-- .github/workflows/build_single.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build_gluon.yml b/.github/workflows/build_gluon.yml index 43693d5..49bb4b2 100644 --- a/.github/workflows/build_gluon.yml +++ b/.github/workflows/build_gluon.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Auschecken - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 with: submodules: true - name: Konfigcheck @@ -47,7 +47,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Auschecken - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 with: submodules: true - name: Permissions diff --git a/.github/workflows/build_manual .yml b/.github/workflows/build_manual .yml index 31ac943..12c9e23 100644 --- a/.github/workflows/build_manual .yml +++ b/.github/workflows/build_manual .yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Auschecken - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 with: ref: ${{ github.event.inputs.branch }} submodules: true @@ -48,7 +48,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Auschecken - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 with: ref: ${{ github.event.inputs.branch }} submodules: true diff --git a/.github/workflows/build_single.yml b/.github/workflows/build_single.yml index b93d9dd..733ece0 100644 --- a/.github/workflows/build_single.yml +++ b/.github/workflows/build_single.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Auschecken - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 with: submodules: true - name: Konfigcheck @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Auschecken - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 with: submodules: true - name: Permissions