1919 matrix : ${{ steps.load_repo_list.outputs.matrix }}
2020 cache_key : ${{ steps.cache_key.outputs.value }}
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 - id : load_repo_list
2424 name : Load KPI repository list
2525 run : |
@@ -35,13 +35,13 @@ jobs:
3535 - name : Create cache folder
3636 run : mkdir bearer-comparison
3737 - name : Checkout base CLI
38- uses : actions/checkout@v4
38+ uses : actions/checkout@v5
3939 with :
4040 repository : bearer/bearer
4141 ref : ${{ inputs.baseRef }}
4242 path : base-cli
4343 - name : Checkout base rules
44- uses : actions/checkout@v4
44+ uses : actions/checkout@v5
4545 with :
4646 repository : bearer/bearer-rules
4747 ref : ${{ inputs.baseRulesRef }}
@@ -51,13 +51,13 @@ jobs:
5151 cd ./base-cli
5252 go build -a -o ../bearer-comparison/base-bearer ./cmd/bearer/bearer.go || go build -a -o ../bearer-comparison/base-bearer ./cmd/bearer/main.go
5353 - name : Checkout test CLI
54- uses : actions/checkout@v4
54+ uses : actions/checkout@v5
5555 with :
5656 repository : bearer/bearer
5757 ref : ${{ inputs.testRef }}
5858 path : test-cli
5959 - name : Checkout test rules
60- uses : actions/checkout@v4
60+ uses : actions/checkout@v5
6161 with :
6262 repository : bearer/bearer-rules
6363 ref : ${{ inputs.testRulesRef }}
0 commit comments