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] authored Nov 8, 2024
1 parent b8fec2b commit 5026cf1
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 5026cf1

Please sign in to comment.