Skip to content

Commit

Permalink
Merge pull request #158 from kube-logging/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-3.5.3

Bump actions/checkout from 3.5.2 to 3.5.3
  • Loading branch information
fekete-robert authored Aug 1, 2023
2 parents 1dda279 + d0212a1 commit d5b5027
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
submodules: 'recursive'

Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
# path: ./public/

- name: Checkout code to update
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
ref: 'gh-pages-test'
path: 'tmp/gh-pages'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-version-4.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
ref: release-4.0
submodules: 'recursive'
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
# path: ./public/

- name: Checkout code to update
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
ref: 'gh-pages-test'
path: 'tmp/gh-pages'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
submodules: 'recursive'

Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
# path: ./public/

- name: Checkout code to update
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
ref: 'gh-pages-test'
path: 'tmp/gh-pages'
Expand Down

0 comments on commit d5b5027

Please sign in to comment.