File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212
1313 steps :
1414 - name : Checkout PR code
15- uses : actions/checkout@v3
15+ uses : actions/checkout@v4
1616
1717 - name : Get List of Changed Files
1818 id : changed-files
Original file line number Diff line number Diff line change 3838 parse-json-secrets : true
3939 # Checkout a full clone of the repo
4040 - name : Checkout
41- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
41+ uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4.2.2
4242 with :
4343 fetch-depth : ' 0'
4444 token : ${{ env.AWS_SECRET_TOKEN }}
Original file line number Diff line number Diff line change 3939 parse-json-secrets : true
4040 # Checkout a full clone of the repo
4141 - name : Checkout code
42- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
42+ uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4.2.2
4343 with :
4444 ref : dev
4545 fetch-depth : 0
@@ -111,7 +111,7 @@ jobs:
111111 steps :
112112 # Checkout a full clone of the repo
113113 - name : Checkout code
114- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
114+ uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4.2.2
115115 with :
116116 ref : releases/next-release
117117 fetch-depth : 0
Original file line number Diff line number Diff line change 4545 # Steps represent a sequence of tasks that will be executed as part of the job
4646 steps :
4747 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
48- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
48+ - uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4.2.2
4949 with :
5050 ref : ' dev'
5151
You can’t perform that action at this time.
0 commit comments