build(deps): bump the dependencies group with 1 update (#22)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-12-25 21:57:23 +01:00
committed by GitHub
parent 360678aba9
commit b83eb1fa3b
2 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ jobs:
statuses: write statuses: write
steps: steps:
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
# Full git history is needed to get a proper list of changed files within `super-linter` # Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0 fetch-depth: 0

View File

@@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
# Test 1 # Test 1
- name: Shortify an existing git revision - name: Shortify an existing git revision
@@ -165,7 +165,7 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
path: this-action path: this-action
ref: ${{ github.ref }} ref: ${{ github.ref }}
@@ -209,7 +209,7 @@ jobs:
- error-os-testing - error-os-testing
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
# Release # Release
- name: Release this GitHub Action - name: Release this GitHub Action