Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 5, 2024
1 parent cc5d044 commit a760552
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/E2E_SFRA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
code-version-secret: 'SFCC_CODE_VERSION_SFRA6'
steps:
- name: Checkout SFRA code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: SalesforceCommerceCloud/storefront-reference-architecture
ref: ${{ matrix.sfra-version }}
Expand All @@ -33,7 +33,7 @@ jobs:
with:
node-version: '14'
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: adyen-salesforce-commerce-cloud
- name: Install SFRA dependencies
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
with:
node-version: '16'
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: adyen-salesforce-commerce-cloud
- name: install e2e test dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/SFCC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
node-version: [14.x, 16.x, 18.x]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cartridges-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
code-version-secret: 'SFCC_CODE_VERSION_SFRA6'
steps:
- name: Checkout SFRA code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: SalesforceCommerceCloud/storefront-reference-architecture
ref: ${{ matrix.sfra-version }}
Expand All @@ -34,7 +34,7 @@ jobs:
with:
node-version: '14'
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: adyen-salesforce-commerce-cloud
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
Expand Down

0 comments on commit a760552

Please sign in to comment.