@@ -30,10 +30,10 @@ jobs:
3030 DOTNET_NOLOGO : true
3131 steps :
3232 - name : Proto Schemas > Checkout Repository
33- uses : actions/checkout@v4
33+ uses : actions/checkout@v6
3434
3535 - name : .NET Library > Checkout Repository
36- uses : actions/checkout@v4
36+ uses : actions/checkout@v6
3737 with :
3838 repository : googleapis/google-cloudevents-dotnet
3939 path : google-cloudevents-dotnet
@@ -55,13 +55,13 @@ jobs:
5555 DATA_SOURCE_CHECKOUT_PATH : google-cloudevents
5656 steps :
5757 - name : Java Library > Checkout Repository
58- uses : actions/checkout@v4
58+ uses : actions/checkout@v6
5959 with :
6060 repository : googleapis/google-cloudevents-java
6161 path : ${{ env.LIBRARY_CHECKOUT_PATH }}
6262
6363 - name : Proto Schemas > Checkout Repository
64- uses : actions/checkout@v4
64+ uses : actions/checkout@v6
6565 with :
6666 path : ${{ env.DATA_SOURCE_CHECKOUT_PATH }}
6767
@@ -92,13 +92,13 @@ jobs:
9292
9393 steps :
9494 - name : Go Library > Checkout Repository
95- uses : actions/checkout@v4
95+ uses : actions/checkout@v6
9696 with :
9797 repository : googleapis/google-cloudevents-go
9898 path : ${{ env.LIBRARY_CHECKOUT_PATH }}
9999
100100 - name : Proto Schemas > Checkout Repository
101- uses : actions/checkout@v4
101+ uses : actions/checkout@v6
102102 with :
103103 path : ${{ env.DATA_SOURCE_CHECKOUT_PATH }}
104104
0 commit comments