Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit d4410be

Browse files
committed
Update actions/checkout action to v3
1 parent bc0ac46 commit d4410be

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/featureRelease.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
-
1818
name: Set up Project
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v3
2020
-
2121
name: Build Filehandler
2222
run: |

.github/workflows/latestRelease.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
-
1818
name: Set up Project
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v3
2020
-
2121
name: Build Filehandler
2222
run: |

.github/workflows/stableRelease.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
-
1313
name: Set up Project
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v3
1515
-
1616
name: Build Filehandler
1717
run: |

0 commit comments

Comments
 (0)