File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed
Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1111 deploy-preview :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515 - uses : rossjrw/pr-preview-action@v1
1616 with :
1717 source-dir : .
Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ name: Deploy to AWS S3
55
66on :
77 push :
8- branches : [ main ]
8+ branches :
9+ - " main"
910
1011jobs :
1112 build :
1516 AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
1617
1718 steps :
18- - uses : actions/checkout@v3
19+ - uses : actions/checkout@v4
1920 - name : Deploy
20- uses : reggionick/s3-deploy@v3
21+ uses : reggionick/s3-deploy@v4
2122 with :
2223 folder : " ."
2324 bucket : ${{ secrets.S3_BUCKET }}
Original file line number Diff line number Diff line change 99 issues : write
1010 pull-requests : write
1111 steps :
12- - uses : actions/first-interaction@v1
12+ - uses : actions/first-interaction@v3
1313 with :
1414 repo-token : ${{ secrets.GITHUB_TOKEN }}
1515 issue-message : ' Thank you and congratulations 🎉 for opening your very first issue in writers-program'
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout code
14- uses : actions/checkout@v3
14+ uses : actions/checkout@v4
1515 with :
1616 fetch-depth : 0
1717
You can’t perform that action at this time.
0 commit comments