File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,11 @@ jobs:
4040
4141 steps :
4242 - name : Checkout code
43- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
43+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
4444 with :
4545 fetch-depth : 0
4646 - name : Set up Python
47- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
47+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
4848 with :
4949 python-version : ${{ matrix.python }}
5050 - name : Install Python dependencies
Original file line number Diff line number Diff line change @@ -59,11 +59,11 @@ jobs:
5959
6060 steps :
6161 - name : Checkout code
62- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
62+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
6363 with :
6464 fetch-depth : 0
6565 - name : Set up Python
66- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
66+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
6767 with :
6868 python-version : ${{ matrix.python }}
6969 - name : Install Python dependencies
8888 steps :
8989 # work around CodeCov upload issue
9090 # see: https://github.com/codecov/codecov-action/issues/1801
91- - uses : actions/checkout@v5
91+ - uses : actions/checkout@v6.0.0
9292 - name : Download coverage artifacts
9393 uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
9494 with :
@@ -125,11 +125,11 @@ jobs:
125125
126126 steps :
127127 - name : Checkout code
128- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
128+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
129129 with :
130130 fetch-depth : 0
131131 - name : Set up Python
132- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
132+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
133133 with :
134134 python-version : ${{ matrix.python }}
135135 - name : Install Python dependencies
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ jobs:
1818 if : github.repository == 'astropy/specutils'
1919
2020 steps :
21- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
21+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
2222 with :
2323 fetch-depth : 0
2424
25- - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
25+ - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
2626 with :
2727 python-version : ' 3.12'
2828
You can’t perform that action at this time.
0 commit comments