Skip to content

Commit

Permalink
Merge pull request #100 from sebastianjnuwu/renovate/actions-checkout…
Browse files Browse the repository at this point in the history
…-4.x

chore(deps): update actions/checkout action to v4
  • Loading branch information
sebastianjnuwu authored Oct 24, 2023
2 parents 4e030c0 + a13d922 commit a79c91e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

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

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Dependency-Review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 'Dependency Review'
uses: actions/dependency-review-action@v3
2 changes: 1 addition & 1 deletion .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 💞 Github actions...
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: ✨ creating the config...
run: |
rm -rf docker-compose.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: 🏜️ Starting the action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: 👻 Install Node v19
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit a79c91e

Please sign in to comment.