Skip to content

Commit e09d904

Browse files
committed
Bump actions versions
1 parent 00fd57f commit e09d904

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Format
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- uses: ruby/setup-ruby@v1
1414
with:
1515
ruby-version: '3.2'

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
environment: main
99
steps:
1010
- name: Check out code
11-
uses: actions/checkout@v2
11+
uses: actions/checkout@v4
1212
- name: Log in to Docker Hub
1313
run: echo $DOCKER_TOKEN | docker login --username=anishathalye --password-stdin
1414
env:

0 commit comments

Comments
 (0)