Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Merge dependabot-github_actions-actions-checkout-4 into combine-prs-b…
Browse files Browse the repository at this point in the history
…ranch
  • Loading branch information
aaronwilliamsv1 authored Nov 3, 2023
2 parents ceaba6f + 2c1d4dc commit 4fdaf44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
environment: ${{ inputs.environment || 'test' }}
steps:
- name: Git clone the repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get current date
id: currentdatetime
Expand Down

0 comments on commit 4fdaf44

Please sign in to comment.