3434 os : [ubuntu-latest, windows-latest, macos-latest]
3535 steps :
3636 - name : Checkout repository
37- uses : actions/checkout@v6 .0.3
37+ uses : actions/checkout@v7 .0.0
3838
3939 - name : Install `bevy_lint`
4040 id : install-linter
5757 runs-on : ubuntu-latest
5858 steps :
5959 - name : Checkout repository
60- uses : actions/checkout@v6 .0.3
60+ uses : actions/checkout@v7 .0.0
6161
6262 - name : Clear cached `bevy_lint`
6363 # Delete all existing `bevy_lint` caches.
7878 os : [ubuntu-latest, windows-latest, macos-latest]
7979 steps :
8080 - name : Checkout repository
81- uses : actions/checkout@v6 .0.3
81+ uses : actions/checkout@v7 .0.0
8282
8383 - name : Install `bevy_lint` without saving cache
8484 id : install-linter
@@ -105,7 +105,7 @@ jobs:
105105 os : [ubuntu-latest, windows-latest, macos-latest]
106106 steps :
107107 - name : Checkout repository
108- uses : actions/checkout@v6 .0.3
108+ uses : actions/checkout@v7 .0.0
109109
110110 - name : Install `bevy_lint` and save cache
111111 id : install-linter
@@ -132,7 +132,7 @@ jobs:
132132 os : [ubuntu-latest, windows-latest, macos-latest]
133133 steps :
134134 - name : Checkout repository
135- uses : actions/checkout@v6 .0.3
135+ uses : actions/checkout@v7 .0.0
136136
137137 - name : Install `bevy_lint` from cache
138138 id : install-linter
0 commit comments