Skip to content

Commit

Permalink
chore: Updating checkout-action version
Browse files Browse the repository at this point in the history
  • Loading branch information
James Brundage committed Sep 28, 2024
1 parent cfbef02 commit fbfc055
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/TestAndPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ jobs:
if: ${{ success() }}
steps:
- name: Check out repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: GitLogger
uses: GitLogging/GitLoggerAction@main
id: GitLogger
Expand Down
2 changes: 1 addition & 1 deletion Build/GitHub/Jobs/buildugit.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
steps = @(
@{
name = 'Check out repository'
uses = 'actions/checkout@v2'
uses = 'actions/checkout@v4'
},
@{
name = 'GitLogger'
Expand Down

0 comments on commit fbfc055

Please sign in to comment.