Skip to content

Commit fc0a270

Browse files
committed
Version update
1 parent c3a8b67 commit fc0a270

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.github/workflows/build_and_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
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: .

.github/workflows/deploy.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ name: Deploy to AWS S3
55

66
on:
77
push:
8-
branches: [ main ]
8+
branches:
9+
- "main"
910

1011
jobs:
1112
build:
@@ -15,9 +16,9 @@ jobs:
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 }}

.github/workflows/greetings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
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'

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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

0 commit comments

Comments
 (0)