Skip to content

Commit

Permalink
Merge pull request #24 from cloudfoundry-rs/renovate/actions-checkout…
Browse files Browse the repository at this point in the history
…-4.x

chore(deps): update actions/checkout action to v4
  • Loading branch information
somehowchris authored Feb 11, 2024
2 parents 3e3852a + 068c784 commit 711ac5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Workflow Scan Action
# You may pin to the exact commit or the version.
Expand Down

0 comments on commit 711ac5e

Please sign in to comment.