File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 pull-requests : write
2222 steps :
2323 - name : Checkout code
24- uses : actions/checkout@v5
24+ uses : actions/checkout@v6
2525 with :
2626 ref : ' main'
2727
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616 - name : Set up Python
1717 uses : actions/setup-python@v6
1818 with :
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616 - name : Set up Python
1717 uses : actions/setup-python@v6
1818 with :
Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : Checkout
25- uses : actions/checkout@v5
25+ uses : actions/checkout@v6
2626 with :
2727 fetch-depth : 0
2828
Original file line number Diff line number Diff line change 1212 if : ${{ github.actor != 'dependabot' && github.actor != 'dependabot[bot]' && github.actor != 'github-actions' && github.actor != 'github-actions[bot]' && github.event.pull_request.draft == false }}
1313 steps :
1414 - name : Checkout code
15- uses : actions/checkout@v5
15+ uses : actions/checkout@v6
1616 with :
1717 fetch-depth : 0
1818
Original file line number Diff line number Diff line change 8282
8383 steps :
8484 - name : Checkout PyQASM
85- uses : actions/checkout@v5
85+ uses : actions/checkout@v6
8686
8787 - name : Install Python
8888 uses : actions/setup-python@v6
@@ -123,7 +123,7 @@ jobs:
123123
124124 steps :
125125 - name : Checkout Pyqasm
126- uses : actions/checkout@v5
126+ uses : actions/checkout@v6
127127
128128 - name : Install Python
129129 uses : actions/setup-python@v6
@@ -151,7 +151,7 @@ jobs:
151151 python : 311
152152 platform_id : macosx_arm64
153153 steps :
154- - uses : actions/checkout@v5
154+ - uses : actions/checkout@v6
155155 - name : Set up Python
156156 uses : actions/setup-python@v6
157157 with :
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 if : ${{ github.actor != 'dependabot' && github.actor != 'dependabot[bot]' && github.actor != 'github-actions' && github.actor != 'github-actions[bot]' && github.event.pull_request.draft == false }}
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 - name : Changelog Reminder
1616 uses : peterjgrainger/action-changelog-reminder@v1.3.0
1717 with :
Original file line number Diff line number Diff line change 7676
7777 steps :
7878 - name : Checkout Pyqasm
79- uses : actions/checkout@v5
79+ uses : actions/checkout@v6
8080
8181 - name : Install Python
8282 uses : actions/setup-python@v6
@@ -113,7 +113,7 @@ jobs:
113113
114114 steps :
115115 - name : Checkout Pyqasm
116- uses : actions/checkout@v5
116+ uses : actions/checkout@v6
117117
118118 - name : Install Python
119119 uses : actions/setup-python@v6
@@ -147,7 +147,7 @@ jobs:
147147
148148 steps :
149149 - name : Checkout Pyqasm
150- uses : actions/checkout@v5
150+ uses : actions/checkout@v6
151151
152152 - name : Download artifacts
153153 uses : actions/download-artifact@v6
Original file line number Diff line number Diff line change 7878
7979 steps :
8080 - name : Checkout PyQASM
81- uses : actions/checkout@v5
81+ uses : actions/checkout@v6
8282
8383 - name : Install Python
8484 uses : actions/setup-python@v6
@@ -109,7 +109,7 @@ jobs:
109109
110110 steps :
111111 - name : Checkout PyQASM
112- uses : actions/checkout@v5
112+ uses : actions/checkout@v6
113113
114114 - name : Install Python
115115 uses : actions/setup-python@v6
@@ -138,7 +138,7 @@ jobs:
138138
139139 steps :
140140 - name : Checkout PyQASM
141- uses : actions/checkout@v5
141+ uses : actions/checkout@v6
142142
143143 - name : Download artifacts
144144 uses : actions/download-artifact@v6
Original file line number Diff line number Diff line change 7676
7777 steps :
7878 - name : Checkout PyQASM
79- uses : actions/checkout@v5
79+ uses : actions/checkout@v6
8080
8181 - name : Install Python
8282 uses : actions/setup-python@v6
@@ -107,7 +107,7 @@ jobs:
107107
108108 steps :
109109 - name : Checkout PyQASM
110- uses : actions/checkout@v5
110+ uses : actions/checkout@v6
111111
112112 - name : Install Python
113113 uses : actions/setup-python@v6
@@ -136,7 +136,7 @@ jobs:
136136
137137 steps :
138138 - name : Checkout PyQASM
139- uses : actions/checkout@v5
139+ uses : actions/checkout@v6
140140
141141 - name : Download artifacts
142142 uses : actions/download-artifact@v6
You can’t perform that action at this time.
0 commit comments