Skip to content

Commit 3b80351

Browse files
dependabot[bot]devusb
authored andcommitted
chore(deps): Bump the all group across 1 directory with 4 updates
Bumps the all group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action), [rtCamp/action-slack-notify](https://github.com/rtcamp/action-slack-notify) and [flox/install-flox-action](https://github.com/flox/install-flox-action). Updates `actions/checkout` from 6.0.2 to 7.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@de0fac2...9c091bb) Updates `DeterminateSystems/nix-installer-action` from 00199f951aeb9404028a6e4b95ad42546f73296a to a7ad9c4f0c65208097f4d34f3cfa1913b80cce5c - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](DeterminateSystems/nix-installer-action@00199f9...a7ad9c4) Updates `rtCamp/action-slack-notify` from 2.3.3 to 2.4.0 - [Release notes](https://github.com/rtcamp/action-slack-notify/releases) - [Commits](rtCamp/action-slack-notify@e31e87e...33ca3be) Updates `flox/install-flox-action` from 2.4.1 to 2.5.2 - [Release notes](https://github.com/flox/install-flox-action/releases) - [Commits](6e70b26...8c71d71) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: DeterminateSystems/nix-installer-action dependency-version: 1d87d45818068401a10cf16bdc5f00b24994a83f dependency-type: direct:production dependency-group: all - dependency-name: flox/install-flox-action dependency-version: 2.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: rtCamp/action-slack-notify dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a4a37cd commit 3b80351

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: "Checkout"
31-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
31+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
3232

3333

3434
- name: "Install Flox"
@@ -77,7 +77,7 @@ jobs:
7777

7878
steps:
7979
- name: "Checkout"
80-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
80+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
8181

8282

8383
- name: "Test Local Action"
@@ -116,7 +116,7 @@ jobs:
116116

117117
steps:
118118
- name: "Checkout"
119-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
119+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
120120

121121

122122
- name: "Install Flox with new inputs"
@@ -166,12 +166,12 @@ jobs:
166166

167167
steps:
168168
- name: "Checkout"
169-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
169+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
170170

171171

172172
- name: "Install Nix (DeterminateSystems)"
173173
if: matrix.nix-installer == 'determinate-systems'
174-
uses: DeterminateSystems/nix-installer-action@00199f951aeb9404028a6e4b95ad42546f73296a # main
174+
uses: DeterminateSystems/nix-installer-action@a7ad9c4f0c65208097f4d34f3cfa1913b80cce5c # main
175175

176176

177177
- name: "Install Nix (Cachix)"
@@ -207,7 +207,7 @@ jobs:
207207

208208
steps:
209209
- name: "Checkout"
210-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
210+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
211211

212212

213213
- name: "Install act"
@@ -246,7 +246,7 @@ jobs:
246246

247247
steps:
248248
- name: "Slack Notification"
249-
uses: rtCamp/action-slack-notify@e31e87e03dd19038e411e38ae27cbad084a90661 # v2
249+
uses: rtCamp/action-slack-notify@33ca3be66c6f378fe1610fd1d5258632dbed5e58 # v2
250250

251251
env:
252252
SLACK_TITLE: "Something broke CI for flox/flox on main"

.github/workflows/update-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: "Checkout"
36-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
36+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
3737

3838

3939
- name: "Install Flox"

.github/workflows/update-flox-env.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
timeout-minutes: 30
1515
steps:
1616
- name: "Checkout"
17-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
17+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
1818

1919
with:
2020
fetch-depth: 0
2121

2222
- name: "Install Flox"
23-
uses: flox/install-flox-action@6e70b2624cea62b0f11ea4a28e719fe1c86c028b # v2.4.1
23+
uses: flox/install-flox-action@8c71d71672ea52e1494b168ac0f27d46b96068be # v2.5.2
2424

2525

2626
- name: "Update Flox Environment"

0 commit comments

Comments
 (0)