Skip to content

Commit

Permalink
Merge pull request #691 from co-cddo/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-3.6.0

Bump actions/checkout from 3.5.3 to 3.6.0
  • Loading branch information
RobNicholsGDS authored Aug 29, 2023
2 parents 20310ff + 282c12b commit 561a5da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744

- uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939
with:
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744

- uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939
with:
Expand All @@ -83,7 +83,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744

- uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939
with:
Expand All @@ -97,7 +97,7 @@ jobs:

# Checkout stripped-down gh-pages branch to a subdirectory, for publishing
- name: Checkout gh-pages branch
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
with:
ref: gh-pages
path: tmp/publish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecards-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: "Checkout code"
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
with:
persist-credentials: false

Expand Down

0 comments on commit 561a5da

Please sign in to comment.