@@ -19,14 +19,14 @@ jobs:
1919 - " 3.x"
2020 steps :
2121 - name : Harden Runner
22- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
22+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
2323 with :
2424 egress-policy : audit
2525 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2626 with :
2727 persist-credentials : false
2828 - name : Set up Python${{ matrix.python-version }}
29- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
29+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
3030 with :
3131 python-version : ${{ matrix.python-version }}
3232 - name : Install flake8 and black
4545 - " 3.10"
4646 steps :
4747 - name : Harden Runner
48- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
48+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
4949 with :
5050 egress-policy : audit
5151 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5555 run : |
5656 sudo apt-get -y install pandoc
5757 - name : Set up Python ${{ matrix.python-version }}
58- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
58+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
5959 with :
6060 python-version : ${{ matrix.python-version }}
6161 - name : Install Birdy 🐦
@@ -79,14 +79,14 @@ jobs:
7979 python-version : [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
8080 steps :
8181 - name : Harden Runner
82- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
82+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
8383 with :
8484 egress-policy : audit
8585 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
8686 with :
8787 persist-credentials : false
8888 - name : Set up Python ${{ matrix.python-version }}
89- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
89+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
9090 with :
9191 python-version : ${{ matrix.python-version }}
9292 - name : Install Birdy 🐦
0 commit comments