Skip to content

Commit 6705e33

Browse files
authored
Update to use latest version 🙈 🙉 🙊
1 parent caed847 commit 6705e33

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/push-changes-to-blakedrumm-fileshare.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
name: Copy Files to Blake Drumm - File Repository
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@master
27+
- uses: actions/checkout
2828
- name: Copy Operations Manager Powershell to Blake Drumm - File Repository
2929
# You may pin to the exact commit or the version.
3030
# uses: AbleLincoln/push-to-sftp@a6c117bb60fdc94ab8e5b139cdb0b19bea582c81
31-
uses: AbleLincoln/push-to-sftp@v1.2
31+
uses: AbleLincoln/push-to-sftp
3232
with:
3333
# SFTP server
3434
host: ${{ secrets.HOST }}
@@ -46,7 +46,7 @@ jobs:
4646
- name: Copy AutomatedLab Powershell to Blake Drumm - File Repository
4747
# You may pin to the exact commit or the version.
4848
# uses: AbleLincoln/push-to-sftp@a6c117bb60fdc94ab8e5b139cdb0b19bea582c81
49-
uses: AbleLincoln/push-to-sftp@v1.2
49+
uses: AbleLincoln/push-to-sftp
5050
with:
5151
# SFTP server
5252
host: ${{ secrets.HOST }}
@@ -65,7 +65,7 @@ jobs:
6565
- name: Copy Operations Manager SQL Queries to Blake Drumm - File Repository
6666
# You may pin to the exact commit or the version.
6767
# uses: AbleLincoln/push-to-sftp@a6c117bb60fdc94ab8e5b139cdb0b19bea582c81
68-
uses: AbleLincoln/push-to-sftp@v1.2
68+
uses: AbleLincoln/push-to-sftp
6969
with:
7070
# SFTP server
7171
host: ${{ secrets.HOST }}

0 commit comments

Comments
 (0)