Skip to content

Commit

Permalink
Update actions/checkout action to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and TimJentzsch committed Nov 20, 2022
1 parent da84cac commit a9d0370
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Checkout the source code
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.1.0

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage-flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: [14.17.2]

steps:
- uses: actions/checkout@v3.0.0
- uses: actions/checkout@v3.1.0

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v3.0.0
- uses: actions/checkout@v3.1.0
- name: Build and tag the Docker image
run: docker build .
--target production
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v3.0.0
- uses: actions/checkout@v3.1.0
- name: Set global git conf
run: git config --global user.email "" && git config --global user.name "github-actions"
- name: Get current version
Expand Down

0 comments on commit a9d0370

Please sign in to comment.