Skip to content

Commit

Permalink
Merge pull request #67 from orange-cloudfoundry/dependabot/github_act…
Browse files Browse the repository at this point in the history
…ions/actions/checkout-4

github-action: bump actions/checkout from 3 to 4
  • Loading branch information
o-orand authored Sep 12, 2023
2 parents e602708 + b2a5939 commit aa2e7b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-image-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
- name: Log in to ghcr.io Container registry
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
permissions:
packages: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
runs-on: ubuntu-latest
needs: [ check_published_images ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: main
if: ${{ github.ref_name == 'main' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint_on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit aa2e7b3

Please sign in to comment.