File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616 name : ${{ github.ref == 'refs/heads/main' && 'production' || github.ref_name }}
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020
2121 - name : Configure AWS credentials
2222 uses : aws-actions/configure-aws-credentials@v5
Original file line number Diff line number Diff line change 4040 timeout-minutes : 10
4141 steps :
4242 - name : Checkout code
43- uses : actions/checkout@v5
43+ uses : actions/checkout@v6
4444 - name : Enable Corepack
4545 run : corepack enable
4646 - name : Setup Node
@@ -102,7 +102,7 @@ jobs:
102102
103103 steps :
104104 - name : Checkout code
105- uses : actions/checkout@v5
105+ uses : actions/checkout@v6
106106 with :
107107 fetch-depth : 0
108108 - name : Set ENV for CodeClimate
@@ -182,7 +182,7 @@ jobs:
182182 needs : tests
183183 steps :
184184 - name : Checkout code
185- uses : actions/checkout@v5
185+ uses : actions/checkout@v6
186186 with :
187187 fetch-depth : 0
188188 ssh-key : " ${{ secrets.PUSH_KEY }}"
Original file line number Diff line number Diff line change 3030 RAILS_ENV : test
3131
3232 steps :
33- - uses : actions/checkout@v5
33+ - uses : actions/checkout@v6
3434 - name : Set up Ruby
3535 uses : ruby/setup-ruby@v1
3636 with :
You can’t perform that action at this time.
0 commit comments