Skip to content

Commit

Permalink
Merge pull request #72 from RalphHightower/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
RalphHightower committed Sep 11, 2023
2 parents dbeb95a + b3401e5 commit 65a00b7
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Accounts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
convert_via_pandoc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
#node-version: 'node16'
ref: ${{ github.event.push.head.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
convert_via_pandoc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
#node-version: 'node16'
ref: ${{ github.event.push.head.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/BeagleIdentificationPhotos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
convert_via_pandoc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
#node-version: 'node16'
ref: ${{ github.event.push.head.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Beagles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
convert_via_pandoc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
#node-version: 'node16'
ref: ${{ github.event.push.head.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ComputerSettings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
convert_via_pandoc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
#node-version: 'node16'
ref: ${{ github.event.push.head.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/EquipmentDistrbution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
convert_via_pandoc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
#node-version: 'node16'
ref: ${{ github.event.push.head.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/NetworkSettings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
convert_via_pandoc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
#node-version: 'node16'
ref: ${{ github.event.push.head.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Obituary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
#node-version: 'node16'
ref: ${{ github.event.push.head.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/SongsForService.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
convert_via_pandoc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
#node-version: 'node16'
ref: ${{ github.event.push.head.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.1.0
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v3.0.6
- name: Build with Jekyll
Expand Down

0 comments on commit 65a00b7

Please sign in to comment.