File tree Expand file tree Collapse file tree 8 files changed +12
-12
lines changed
Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1616 # Steps represent a sequence of tasks that will be executed as part of the job
1717 steps :
1818 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
19- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
19+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
2020 with :
2121 ref : " traffic"
2222
Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ jobs:
4747 exit 1
4848
4949 - name : " Checkout source"
50- uses : " actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 " # v5 .0.0
50+ uses : " actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 " # v6 .0.0
5151 with :
5252 fetch-depth : 0
5353
5454 - name : Set up Python
55- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
55+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
5656 with :
5757 python-version : " 3.12"
5858
Original file line number Diff line number Diff line change 99 lint :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
12+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
1313
1414 # Use the Ruff linter to annotate code style / best-practice issues
1515 # NOTE: More config provided in pyproject.toml
Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ jobs:
2121
2222 steps :
2323 - name : Checkout
24- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
24+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
2525 with :
2626 # fetch all history so that setuptools-scm works
2727 fetch-depth : 0
2828 persist-credentials : false
2929
3030 - name : Set up Python
31- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
31+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
3232 with :
3333 python-version : ' 3.11'
3434
Original file line number Diff line number Diff line change 1717 # Steps represent a sequence of tasks that will be executed as part of the job
1818 steps :
1919 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
20- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
20+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
2121 with :
2222 ref : " traffic"
2323
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
16+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
1717 with :
1818 fetch-depth : 0
1919
20- - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
20+ - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
2121 with :
2222 python-version : " 3.11"
2323
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Check out repository
15- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
15+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
1616 with :
1717 ref : ${{ github.event.pull_request.head.ref }}
1818 - name : set up environment
Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ jobs:
3030 matrix :
3131 python-version : ["3.11", "3.13"] # NOTE: min and max Python versions supported by icepyx
3232 steps :
33- - uses : " actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 " # v5 .0.0
33+ - uses : " actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 " # v6 .0.0
3434 with :
3535 fetch-depth : 0
3636
3737 - name : Set up Python
38- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
38+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
3939 with :
4040 python-version : " ${{ matrix.python-version }}"
4141
You can’t perform that action at this time.
0 commit comments