We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00fd57f commit e09d904Copy full SHA for e09d904
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
name: Format
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
13
- uses: ruby/setup-ruby@v1
14
with:
15
ruby-version: '3.2'
.github/workflows/docker.yml
@@ -8,7 +8,7 @@ jobs:
8
environment: main
- name: Check out code
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
- name: Log in to Docker Hub
run: echo $DOCKER_TOKEN | docker login --username=anishathalye --password-stdin
env:
0 commit comments