Skip to content

Commit ba8be5c

Browse files
committed
Merge branch 'dev' into staging
2 parents eb761da + c37910f commit ba8be5c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/build_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ jobs:
88
uses: rokroskar/[email protected]
99
env:
1010
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
11-
- uses: actions/checkout@v3.5.3
11+
- uses: actions/checkout@v3.6.0
1212
- run: docker build --no-cache .

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: Checkout repository
38-
uses: actions/checkout@v3.5.3
38+
uses: actions/checkout@v3.6.0
3939

4040
# Initializes the CodeQL tools for scanning.
4141
- name: Initialize CodeQL

.github/workflows/master-protection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: rokroskar/[email protected]
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17-
- uses: actions/checkout@v3.5.3
17+
- uses: actions/checkout@v3.6.0
1818

1919
- name: Check Tag
2020
run: |

.github/workflows/publish_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: rokroskar/[email protected]
1616
env:
1717
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18-
- uses: actions/checkout@v3.5.3
18+
- uses: actions/checkout@v3.6.0
1919
- name: Extract branch name
2020
shell: bash
2121
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"

.github/workflows/release_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Get the version
1212
id: get_version
1313
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
14-
- uses: actions/checkout@v3.5.3
14+
- uses: actions/checkout@v3.6.0
1515
- name: Set up Docker Buildx
1616
uses: docker/setup-buildx-action@v2
1717
- name: Login to Quay.io

requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ roles:
33
version: v4.1.0
44

55
- name: oefenweb.latest_r
6-
version: v3.1.4
6+
version: v3.1.5
77

88

99
- name: andrewrothstein.miniconda

0 commit comments

Comments
 (0)