Skip to content

Commit

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

Bump actions/checkout from 3 to 4
  • Loading branch information
ptr727 authored Oct 9, 2023
2 parents 4333a70 + be2a067 commit eb35ad3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/BuildDockerPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# Checkout code
# https://github.com/marketplace/actions/checkout
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

# Run Unit Tests
# https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-test
Expand All @@ -56,7 +56,7 @@ jobs:
# Checkout code
# https://github.com/marketplace/actions/checkout
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# Get all history for version calculation
fetch-depth: 0
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
# Checkout code
# https://github.com/marketplace/actions/checkout
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

# Setup QEMU for multi architecture builds
# https://github.com/marketplace/actions/docker-setup-qemu
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:

# https://github.com/marketplace/actions/checkout
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

# https://github.com/marketplace/actions/docker-run-action
- name: Write tool versions to file
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:

# https://github.com/marketplace/actions/checkout
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

# https://github.com/marketplace/actions/download-a-build-artifact
- name: Download version artifacts
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/BuildGitHubRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# Checkout code
# https://github.com/marketplace/actions/checkout
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

# Run Unit Tests
# https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-test
Expand All @@ -54,7 +54,7 @@ jobs:
# Checkout code
# https://github.com/marketplace/actions/checkout
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# Get all history for version calculation
fetch-depth: 0
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
# Checkout code
# https://github.com/marketplace/actions/checkout
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

# Build and publish
# https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-publish
Expand Down

0 comments on commit eb35ad3

Please sign in to comment.