Skip to content

Commit 665f915

Browse files
authored
Merge pull request #280 from github/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 1 to 4
2 parents 957d0b3 + 72a6dc4 commit 665f915

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
ruby-version: ["2.6"]
1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v1
17+
uses: actions/checkout@v4
1818
- name: Build container
1919
run: docker build . --file Dockerfile --tag octocatalog-diff:ruby${{matrix.ruby-version}} --build-arg RUBY_VERSION=${{matrix.ruby-version}} --build-arg PUPPET_VERSION=${{env.PUPPET_VERSION}}
2020
- name: Tests
@@ -33,7 +33,7 @@ jobs:
3333
ruby-version: ["2.6"]
3434
steps:
3535
- name: Checkout code
36-
uses: actions/checkout@v1
36+
uses: actions/checkout@v4
3737
- name: Build container
3838
run: docker build . --file Dockerfile --tag octocatalog-diff:ruby${{matrix.ruby-version}} --build-arg RUBY_VERSION=${{matrix.ruby-version}} --build-arg PUPPET_VERSION=${{env.PUPPET_VERSION}}
3939
- name: Tests
@@ -52,7 +52,7 @@ jobs:
5252
ruby-version: ["2.6"]
5353
steps:
5454
- name: Checkout code
55-
uses: actions/checkout@v1
55+
uses: actions/checkout@v4
5656
- name: Build container
5757
run: docker build . --file Dockerfile --tag octocatalog-diff:ruby${{matrix.ruby-version}} --build-arg RUBY_VERSION=${{matrix.ruby-version}} --build-arg PUPPET_VERSION=${{env.PUPPET_VERSION}}
5858
- name: Tests
@@ -71,7 +71,7 @@ jobs:
7171
ruby-version: ["2.6"]
7272
steps:
7373
- name: Checkout code
74-
uses: actions/checkout@v1
74+
uses: actions/checkout@v4
7575
- name: Build container
7676
run: docker build . --file Dockerfile --tag octocatalog-diff:ruby${{matrix.ruby-version}} --build-arg RUBY_VERSION=${{matrix.ruby-version}} --build-arg PUPPET_VERSION=${{env.PUPPET_VERSION}}
7777
- name: Tests

0 commit comments

Comments
 (0)