Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 3 to 4 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
tungbq authored Jan 29, 2024
2 parents 171cb0f + 4f9f8d5 commit a957a68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-cicd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build Docker image
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build the Docker image
run: |
cd projects/dockerize-python-application
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-nginx-static-website-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build the Docker image
run: |
cd projects/nginx-static-website-local
Expand Down

0 comments on commit a957a68

Please sign in to comment.