Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.2.2 (#1856)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 24, 2024
1 parent 502f372 commit f38b650
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
timeout-minutes: 30

steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: enable corepack
run: corepack enable
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
TAG: windows-${{ matrix.os }}

steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

# ignore not yet existing images
- name: Fetch the Docker image
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
TAG: linux

steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: docker-config
uses: containerbase/internal-tools@f2d23019110923e232236b448e355d68194a2c73 # v3.4.33
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
packages: write

steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: enable corepack
run: corepack enable
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
packages: write

steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: enable corepack
run: corepack enable
Expand Down

0 comments on commit f38b650

Please sign in to comment.