Skip to content

Commit caed847

Browse files
authored
Update to use latest version 🙈 🙉 🙊
1 parent 59e4979 commit caed847

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/copy-to-CSS-SystemCenter-OperationsManager.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
# Steps represent a sequence of tasks that will be executed as part of the job
2626
steps:
2727
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout
2929

3030
- name: Push Powershell directory to microsoft/CSS-SystemCenter-OperationsManager
3131
# You may pin to the exact commit or the version.
3232
# uses: datalbry/copy_folder_to_another_repo_action@f4ceec0eb4df6da5e4fe043dbc38c698a8ff4401
33-
uses: datalbry/copy_folder_to_another_repo_action@1.0.1
33+
uses: datalbry/copy_folder_to_another_repo_action
3434
with:
3535
# Source folder from the origin directory
3636
source_folder: Powershell
@@ -52,7 +52,7 @@ jobs:
5252
- name: Push SQL directory to microsoft/CSS-SystemCenter-OperationsManager
5353
# You may pin to the exact commit or the version.
5454
# uses: datalbry/copy_folder_to_another_repo_action@f4ceec0eb4df6da5e4fe043dbc38c698a8ff4401
55-
uses: datalbry/copy_folder_to_another_repo_action@1.0.1
55+
uses: datalbry/copy_folder_to_another_repo_action
5656
with:
5757
# Source folder from the origin directory
5858
source_folder: 'SQL Queries'
@@ -74,7 +74,7 @@ jobs:
7474
- name: Push ManagementPacks directory to microsoft/CSS-SystemCenter-OperationsManager
7575
# You may pin to the exact commit or the version.
7676
# uses: datalbry/copy_folder_to_another_repo_action@f4ceec0eb4df6da5e4fe043dbc38c698a8ff4401
77-
uses: datalbry/copy_folder_to_another_repo_action@1.0.1
77+
uses: datalbry/copy_folder_to_another_repo_action
7878
with:
7979
# Source folder from the origin directory
8080
source_folder: 'ManagementPacks'

0 commit comments

Comments
 (0)