Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 25
steps:
- uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98
- name: Prepare the next main release
uses: Adyen/release-automation-action@3e5694d5b365f344a62436e84049511ef318ecf5
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Information
run: echo "E2E testing against test suite branch ${{env.TEST_BRANCH}} using group ${{env.TEST_GROUP}} ${{ env.EXPRESS_BRANCH && 'with express module branch' || '' }} ${{ env.EXPRESS_BRANCH || '' }}"

- uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98

- name: Install Magento
run: docker compose -f .github/docker-compose.yml run --rm web make magento
Expand All @@ -83,7 +83,7 @@ jobs:
run: docker exec -u www-data magento2-container make plugin

- name: Checkout developer module
uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98
with:
repository: Adyen/adyen-magento2-dev
ref: "main"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/graphql-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
DEPLOY_SAMPLEDATA: 1

steps:
- uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98

- name: Install Magento
run: docker compose -f .github/docker-compose.yml run --rm web make magento
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
DEPLOY_SAMPLEDATA: 1

steps:
- uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/marketplace-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
contents: read

steps:
- uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98

- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mftf-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
USE_SSL: 0

steps:
- uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98

- name: Install Magento
run: docker compose -f .github/docker-compose.yml run --rm web make magento
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/restapi-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98

- name: Install Magento
run: docker compose -f .github/docker-compose.yml run --rm web make magento
Expand Down
Loading