Skip to content

Commit 5393835

Browse files
Bump the actions group across 1 directory with 5 updates (#316)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f457c30 commit 5393835

8 files changed

Lines changed: 49 additions & 49 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
14+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1515

1616
- name: Install pnpm
17-
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
17+
uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10
1818
with:
1919
version: 9.15.4
2020

2121
- name: Install Node.js
22-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
22+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
2323
with:
2424
node-version: 20
2525
cache: pnpm

.github/workflows/check-dist.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
15+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1616

1717
- name: Install pnpm
18-
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
18+
uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10
1919
with:
2020
version: 10.15.1
2121

2222
- name: Install Node.js
23-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
23+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
2424
with:
2525
node-version: 20
2626
cache: pnpm

.github/workflows/label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
pr-label:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: mheap/github-action-required-labels@0ac283b4e65c1fb28ce6079dea5546ceca98ccbe # v5.5.2
11+
- uses: mheap/github-action-required-labels@23e10fde7e062233401931a0eece796cd9bf3177 # v5.6.0
1212
with:
1313
labels: bug,enhancement,ci,documentation,dependencies,ignore-for-release
1414
mode: minimum

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
release:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
15+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1616
- uses: Quantco/ui-actions/version-metadata@5bfb8cebf0801e07c6a1c208a35b41637a3ff7fa # v1.0.20
1717
id: version-metadata
1818
with:
@@ -24,7 +24,7 @@ jobs:
2424
TAG_NAME: v${{ steps.version-metadata.outputs.newVersion }}
2525
- name: Create release
2626
if: steps.version-metadata.outputs.changed == 'true'
27-
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b
27+
uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228
2828
with:
2929
generate_release_notes: true
3030
tag_name: v${{ steps.version-metadata.outputs.newVersion }}

.github/workflows/test-cache.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
matrix:
2222
os: [windows-latest, ubuntu-latest, macos-latest]
2323
steps:
24-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
24+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2525
- uses: ./
2626
with:
2727
environment-file: test/environment.yml
@@ -40,7 +40,7 @@ jobs:
4040
matrix:
4141
os: [windows-latest, ubuntu-latest, macos-latest]
4242
steps:
43-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
43+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4444
- uses: ./
4545
with:
4646
environment-file: test/environment.yml
@@ -58,7 +58,7 @@ jobs:
5858
matrix:
5959
os: [windows-latest, ubuntu-latest, macos-latest]
6060
steps:
61-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
61+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
6262
- uses: ./
6363
with:
6464
environment-file: test/environment.yml
@@ -77,7 +77,7 @@ jobs:
7777
matrix:
7878
os: [windows-latest, ubuntu-latest, macos-latest]
7979
steps:
80-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
80+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
8181
- uses: ./
8282
with:
8383
environment-file: test/environment.yml
@@ -96,7 +96,7 @@ jobs:
9696
matrix:
9797
os: [windows-latest, ubuntu-latest, macos-latest]
9898
steps:
99-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
99+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
100100
- uses: ./
101101
with:
102102
environment-file: test/environment.yml
@@ -116,7 +116,7 @@ jobs:
116116
matrix:
117117
os: [windows-latest, ubuntu-latest, macos-latest]
118118
steps:
119-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
119+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
120120
- uses: ./
121121
with:
122122
environment-file: test/environment.yml
@@ -136,7 +136,7 @@ jobs:
136136
matrix:
137137
os: [windows-latest, ubuntu-latest, macos-latest]
138138
steps:
139-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
139+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
140140
- uses: ./
141141
with:
142142
environment-file: test/environment.yml
@@ -155,7 +155,7 @@ jobs:
155155
matrix:
156156
os: [windows-latest, ubuntu-latest, macos-latest]
157157
steps:
158-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
158+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
159159
- uses: ./
160160
with:
161161
# Since the environment is cached, there will be no downloaded packages in $MAMBA_ROOT_PREFIX/pkgs.

.github/workflows/test-download.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
ensure-download:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
15+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1616
- run: |
1717
echo "exit 1" >> micromamba
1818
@@ -30,7 +30,7 @@ jobs:
3030
ensure-local-default:
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
33+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3434
- run: |
3535
curl -Ls https://github.com/mamba-org/micromamba-releases/releases/latest/download/micromamba-linux-64 > micromamba
3636
sudo cp micromamba /usr/bin/micromamba

.github/workflows/test-post-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
binary-exists: '! '
4040
runs-on: ubuntu-latest
4141
steps:
42-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
42+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4343
# This is a fork of webiny/action-post-run. If webiny/action-post-run is updated, this should be updated as well.
4444
- uses: lisanna-dettwyler/action-post-run@d053b9b43d788b87a409f6cdb3b6fc87c6c8a4fe
4545
with:

0 commit comments

Comments
 (0)