Skip to content

Commit ec48c27

Browse files
chore(deps): update github actions (#1265)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d3fd592 commit ec48c27

9 files changed

Lines changed: 22 additions & 22 deletions

.github/workflows/auto-version-bump.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix: ${{ steps.set-matrix.outputs.matrix }}
1515
steps:
1616
- name: Checkout repo
17-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1818

1919
- name: Generate workspace matrix
2020
id: set-matrix
@@ -29,7 +29,7 @@ jobs:
2929
matrix: ${{ fromJson(needs.prepare.outputs.matrix) }}
3030
steps:
3131
- name: Checkout repo
32-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
32+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
3333

3434
- name: Delay batches (5 min between)
3535
if: ${{ strategy.job-index != 0 }}

.github/workflows/automate_changeset_feedback.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
egress-policy: audit
3030

31-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
31+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
3232
with:
3333
# Fetch the commit that's merged into the base rather than the target ref
3434
# This will let us diff only the contents of the PR, without fetching more history

.github/workflows/automate_renovate_changesets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
egress-policy: audit
1717

1818
- name: Checkout
19-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2020
with:
2121
fetch-depth: 2
2222
ref: ${{ github.head_ref }}

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
run: echo "NUMBER_OF_COMMITS=$(($COMMITS + 1))" >> $GITHUB_ENV
2222

2323
- name: Checkout base branch for diff purposes
24-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
24+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2525
with:
2626
ref: ${{ github.event.pull_request.base.ref }}
2727
fetch-depth: 50 # TODO(awanlin): Temporary fix
2828

2929
- name: Checkout head branch
30-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
30+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
3131
with:
3232
# Needed for diff
3333
fetch-depth: ${{ env.NUMBER_OF_COMMITS }}
@@ -63,11 +63,11 @@ jobs:
6363

6464
steps:
6565
- name: Checkout main branch for tests purposes
66-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
66+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
6767
with:
6868
ref: main
6969
- name: Checkout
70-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
70+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
7171
with:
7272
ref: ${{ github.event.workflow_run.head_branch }}
7373

@@ -157,7 +157,7 @@ jobs:
157157
fail-fast: false
158158
steps:
159159
- name: Checkout head branch
160-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
160+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
161161
with:
162162
ref: ${{ github.event.workflow_run.head_branch }}
163163
- name: Setup node

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
workspaces: ${{ steps.find-changed-workspaces.outputs.workspaces }}
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1818

1919
- name: Set up Node
2020
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4

.github/workflows/release_workspace.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
needs_release: ${{ steps.release_check.outputs.needs_release }}
5050
steps:
5151
- name: Checkout
52-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
52+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
5353
with:
5454
ref: ${{ inputs.branch }}
5555
- name: Set up Node
@@ -62,7 +62,7 @@ jobs:
6262
id: yarn-cache-dir-path
6363
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
6464

65-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
65+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
6666
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
6767
with:
6868
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
@@ -116,7 +116,7 @@ jobs:
116116

117117
steps:
118118
- name: Checkout
119-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
119+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
120120
with:
121121
ref: ${{ inputs.branch }}
122122
- name: Set up Node
@@ -133,7 +133,7 @@ jobs:
133133
id: yarn-cache-dir-path
134134
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
135135

136-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
136+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
137137
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
138138
with:
139139
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

.github/workflows/release_workspace_version.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
needs_release: ${{ steps.release_check.outputs.needs_release }}
5858
steps:
5959
- name: Checkout
60-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
60+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
6161
with:
6262
ref: ${{ github.ref }}
6363

@@ -78,7 +78,7 @@ jobs:
7878
id: yarn-cache-dir-path
7979
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
8080

81-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
81+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
8282
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
8383
with:
8484
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
@@ -134,7 +134,7 @@ jobs:
134134

135135
steps:
136136
- name: Checkout
137-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
137+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
138138
with:
139139
ref: ${{ github.ref }}
140140
- name: Set up Node
@@ -151,7 +151,7 @@ jobs:
151151
id: yarn-cache-dir-path
152152
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
153153

154-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
154+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
155155
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
156156
with:
157157
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

.github/workflows/renovate-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
name: Renovate Config Validator
1515
steps:
16-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
16+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1717
- name: Validate config
1818
# See https://docs.renovatebot.com/config-validation/
1919
run: |

.github/workflows/version-bump.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
name: ${{ matrix.workspace }} version:bump
4242
steps:
4343
- name: 'Checkout rhdh-plugins'
44-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
44+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
4545
with:
4646
fetch-depth: 1
4747

@@ -53,7 +53,7 @@ jobs:
5353
registry-url: https://registry.npmjs.org/ # Needed for auth
5454
- name: cache all node_modules
5555
id: cache-modules
56-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
56+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
5757
with:
5858
path: '**/node_modules'
5959
key: ${{ runner.os }}-node_modules-${{ hashFiles('yarn.lock', '**/package.json') }}
@@ -62,7 +62,7 @@ jobs:
6262
if: steps.cache-modules.outputs.cache-hit != 'true'
6363
run: echo "::set-output name=dir::$(yarn config get cacheFolder)"
6464
- name: cache global yarn cache
65-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
65+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
6666
if: steps.cache-modules.outputs.cache-hit != 'true'
6767
with:
6868
path: ${{ steps.yarn-cache.outputs.dir }}

0 commit comments

Comments
 (0)