Skip to content

Commit e49ba07

Browse files
Merge pull request #271 from xt0rted/dependabot/github_actions/github-actions-2d71499196
Bump the github-actions group with 1 update
2 parents fb40f25 + 019d2ea commit e49ba07

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 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].1
23+
uses: actions/[email protected].2
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].1
53+
uses: actions/[email protected].2
5454

5555
- name: Build version suffix (main)
5656
if: github.event_name == 'push'
@@ -122,7 +122,7 @@ jobs:
122122

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

127127
- name: Set up .NET
128128
uses: xt0rted/[email protected]

.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].1
17+
uses: actions/[email protected].2
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].1
37+
uses: actions/[email protected].2
3838

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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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].1
25+
uses: actions/[email protected].2
2626

2727
- name: Set up .NET
2828
uses: xt0rted/[email protected]

0 commit comments

Comments
 (0)