Skip to content

Commit

Permalink
ci: bump actions/checkout from 3.1.0 to 3.2.0 (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Dec 13, 2022
1 parent 98e3903 commit defe6c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout to repository
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
- name: Configure files
run: mv src/botconfig-example.ts src/botconfig.ts | mv .env.example .env
- name: Setup Node.js v16
Expand All @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout to repository
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
- name: Configure files
run: mv src/botconfig-example.ts src/botconfig.ts | mv .env.example .env
- name: Setup Node.js v16
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: Checkout to repository
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down

0 comments on commit defe6c3

Please sign in to comment.