File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 name : " Ubuntu-latest: Python ${{ matrix.python-version }}"
1616 steps :
1717 - name : Checkout ReBench
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v6
1919
2020 - name : Setup Python
21- uses : actions/setup-python@v5
21+ uses : actions/setup-python@v6
2222 with :
2323 python-version : ${{ matrix.python-version }}
2424 architecture : x64
@@ -67,10 +67,10 @@ jobs:
6767 name : " macOS: Python 3.12"
6868 steps :
6969 - name : Checkout ReBench
70- uses : actions/checkout@v4
70+ uses : actions/checkout@v6
7171
7272 - name : Setup Python
73- uses : actions/setup-python@v5
73+ uses : actions/setup-python@v6
7474 with :
7575 python-version : " 3.12"
7676
@@ -101,7 +101,7 @@ jobs:
101101 apt-get install -y --no-install-recommends time
102102
103103 - name : Checkout ReBench
104- uses : actions/checkout@v4
104+ uses : actions/checkout@v6
105105
106106 - name : Install PyTest
107107 run : pip3 install pytest
@@ -122,7 +122,7 @@ jobs:
122122 image : rockylinux/rockylinux:9
123123 steps :
124124 - name : Checkout ReBench
125- uses : actions/checkout@v4
125+ uses : actions/checkout@v6
126126
127127 - name : Install basic tools
128128 run : dnf install -y which time sudo python3-pip
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v6
1414 - name : Set up Python
15- uses : actions/setup-python@v4
15+ uses : actions/setup-python@v6
1616 with :
1717 python-version : ' 3.x'
1818 - name : Install Dependencies
You can’t perform that action at this time.
0 commit comments