File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
aws-ts-netlify-cms-and-oauth
cms-oauth/.github/workflows Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout Repo
12- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
12+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1313 - name : Run Build
1414 uses : peter-evans/slash-command-dispatch@13bc09769d122a64f75aa5037256f6f2d78be8c4 # v4
1515 with :
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout Repo
11- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
11+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1212 - name : Comment PR
1313 uses : thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v3
1414 with :
Original file line number Diff line number Diff line change 6464 steps :
6565 # Step 1: Checkout the repository
6666 - name : Checkout Code
67- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
67+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6868
6969 # Step 2: Set up Python
7070 - name : Set up Python
Original file line number Diff line number Diff line change 1313 name : Install deps and update infrastructure
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
16+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1717
1818 - name : Install Pulumi CLI
1919 uses : pulumi/action-install-pulumi-cli@releases/v1
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
15+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1616
1717 - name : Install cms deps
1818 run : yarn install
You can’t perform that action at this time.
0 commit comments