Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4 (#682)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 29, 2023
1 parent 1ec725f commit de9c74d
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,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/git_mirror.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v3 # Checks out our code into github runner.
uses: actions/checkout@v4 # Checks out our code into github runner.

- name: Mirror Repository
uses: signavio/manser-repo-mirror-action@v1 # Our custom Action
Expand Down

1 comment on commit de9c74d

@vercel
Copy link

@vercel vercel bot commented on de9c74d Sep 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react-stick – ./

react-stick.vercel.app
react-stick-git-master-signavio.vercel.app
react-stick-signavio.vercel.app

Please sign in to comment.