We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 777ea1b commit 35b832dCopy full SHA for 35b832d
.github/workflows/ci-cd.yml
@@ -27,7 +27,7 @@ jobs:
27
AC_USERNAME: ${{ (github.ref_name == 'develop' && secrets.AC_USERNAME) || '' }}
28
AC_PASSWORD: ${{ (github.ref_name == 'develop' && secrets.AC_PASSWORD) || '' }}
29
steps:
30
- - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
31
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
32
with:
33
cache: 'npm'
0 commit comments