From a1a1fb370ec5930af46389aa3c8383b30324fe33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 22:02:31 +0000 Subject: [PATCH] github-actions(deps): Bump actions/checkout from 4.1.2 to 4.1.3 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.3. - [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.2...v4.1.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/integrate.yaml | 18 +++++++++--------- .github/workflows/release.yaml | 2 +- .github/workflows/renew.yaml | 2 +- .github/workflows/update.yaml | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index adea052a..fdad2d3a 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -26,7 +26,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v4.1.2" + uses: "actions/checkout@v4.1.3" - name: "Set up PHP" uses: "shivammathur/setup-php@2.30.2" @@ -87,7 +87,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v4.1.2" + uses: "actions/checkout@v4.1.3" - name: "Lint YAML files" uses: "ibiqlik/action-yamllint@v3.1.1" @@ -166,7 +166,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v4.1.2" + uses: "actions/checkout@v4.1.3" - name: "Set up PHP" uses: "shivammathur/setup-php@2.30.2" @@ -238,7 +238,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v4.1.2" + uses: "actions/checkout@v4.1.3" - name: "Set up PHP" uses: "shivammathur/setup-php@2.30.2" @@ -294,7 +294,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v4.1.2" + uses: "actions/checkout@v4.1.3" - name: "Set up PHP" uses: "shivammathur/setup-php@2.30.2" @@ -346,7 +346,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v4.1.2" + uses: "actions/checkout@v4.1.3" - name: "Set up PHP" uses: "shivammathur/setup-php@2.30.2" @@ -405,7 +405,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v4.1.2" + uses: "actions/checkout@v4.1.3" - name: "Set up PHP" uses: "shivammathur/setup-php@2.30.2" @@ -455,7 +455,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v4.1.2" + uses: "actions/checkout@v4.1.3" - name: "Set up PHP" uses: "shivammathur/setup-php@2.30.2" @@ -512,7 +512,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v4.1.2" + uses: "actions/checkout@v4.1.3" - name: "Set up PHP" uses: "shivammathur/setup-php@2.30.2" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5c30ce07..d2922c01 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -32,7 +32,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v4.1.2" + uses: "actions/checkout@v4.1.3" - name: "Set up PHP" uses: "shivammathur/setup-php@2.30.2" diff --git a/.github/workflows/renew.yaml b/.github/workflows/renew.yaml index 2206b134..59c59648 100644 --- a/.github/workflows/renew.yaml +++ b/.github/workflows/renew.yaml @@ -24,7 +24,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v4.1.2" + uses: "actions/checkout@v4.1.3" with: token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}" diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 2fa34fdd..275c6204 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -19,7 +19,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v4.1.2" + uses: "actions/checkout@v4.1.3" - name: "Set up PHP" uses: "shivammathur/setup-php@2.30.2"