Skip to content

Commit c13051e

Browse files
Pin GitHub Actions runners to a specific version (#29)
1 parent c47bded commit c13051e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerhub.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
dockerhub:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-22.04
1010

1111
steps:
1212
- name: Checkout code

0 commit comments

Comments
 (0)