Skip to content

Commit f0730dc

Browse files
Bump the github-actions group across 1 directory with 2 updates
Bumps the github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/checkout` from 4.2.0 to 4.2.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.0...v4.2.1) Updates `actions/upload-artifact` from 4.4.0 to 4.4.3 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.4.0...v4.4.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ca02af2 commit f0730dc

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Check out repository
23-
uses: actions/[email protected].0
23+
uses: actions/[email protected].1
2424

2525
- name: Install Node
2626
uses: actions/[email protected]
@@ -50,7 +50,7 @@ jobs:
5050

5151
steps:
5252
- name: Check out repository
53-
uses: actions/[email protected].0
53+
uses: actions/[email protected].1
5454

5555
- name: Build version suffix (main)
5656
if: github.event_name == 'push'
@@ -78,14 +78,14 @@ jobs:
7878

7979
- name: Upload artifacts
8080
if: matrix.os == 'ubuntu-latest'
81-
uses: actions/[email protected].0
81+
uses: actions/[email protected].3
8282
with:
8383
name: nupkg
8484
path: ./artifacts/*.nupkg
8585

8686
- name: Upload test results
8787
if: failure()
88-
uses: actions/[email protected].0
88+
uses: actions/[email protected].3
8989
with:
9090
name: build-verify-test-results
9191
path: |
@@ -122,7 +122,7 @@ jobs:
122122

123123
steps:
124124
- name: Check out repository
125-
uses: actions/[email protected].0
125+
uses: actions/[email protected].1
126126

127127
- name: Set up .NET
128128
uses: xt0rted/[email protected]
@@ -179,7 +179,7 @@ jobs:
179179

180180
- name: Upload test results
181181
if: failure()
182-
uses: actions/[email protected].0
182+
uses: actions/[email protected].3
183183
with:
184184
name: integration-verify-test-results
185185
path: |

.github/workflows/cleanup.yml

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

1515
steps:
1616
- name: Check out repository
17-
uses: actions/[email protected].0
17+
uses: actions/[email protected].1
1818

1919
- name: Get project version
2020
id: project

.github/workflows/codeql-analysis.yml

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

3535
steps:
3636
- name: Check out repository
37-
uses: actions/[email protected].0
37+
uses: actions/[email protected].1
3838

3939
- name: Set up .NET
4040
uses: xt0rted/[email protected]

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: echo "current_version=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT
2323

2424
- name: Check out repository
25-
uses: actions/[email protected].0
25+
uses: actions/[email protected].1
2626

2727
- name: Set up .NET
2828
uses: xt0rted/[email protected]
@@ -45,7 +45,7 @@ jobs:
4545
- run: dotnet r pack -- --no-build
4646

4747
- name: Upload artifacts
48-
uses: actions/[email protected].0
48+
uses: actions/[email protected].3
4949
with:
5050
name: nupkg
5151
path: ./artifacts/*.nupkg
@@ -83,7 +83,7 @@ jobs:
8383
8484
- name: Upload test results
8585
if: failure()
86-
uses: actions/[email protected].0
86+
uses: actions/[email protected].3
8787
with:
8888
name: verify-test-results
8989
path: |

0 commit comments

Comments
 (0)